COLOR #4B4261

HEX: #4B4261
RGB: (75,66,97)

Renk bilgisi

#4B4261 contains red, green and blue colors in about the same proportion. #4B4261 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4B4261 color RGB value is (75,66,97).

  • kırmız ton 75;
  • yeşil ton 66;
  • mavi ton 97.
RGB:
(75,66,97)
(29%,26%,38%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 66 of 255 = 26%
B 97 of 255 = 38%

75
66
97

R + G + B ~ 31%. #4B4261 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 66 + 97 = 238 (100%)
R 75 of 238 ~ 31.51%
G 66 of 238 ~ 27.73%
B 97 of 238 ~ 40.76%

%31.51
%27.73
%40.76

CMYK RENK MODELİ

#4B4261 rengi CMYK tonu (23,32,0,62).

  • camgöbeği tonu 22.68%
  • eflatun tonu 31.96%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(23,32,0,62)
C23M32Y0K62 
(23%,32%,0%,62%)
(0.23/0.32/0.00/0.62)	

CMYK yüzdeleri

%22.68
%31.96
%0
%61.96

Codes

Color #4B4261 in popluar color models

4B4261
RGB756697
HSL257°19.02%31.96%
HSB/HSV257°31.96%38.04%
CMYK22.68%31.96%0.00%
61.96%

Color #4B4261 in popluar number systems.

HEX4B4261
Decimal756697
Binary100101110000101100001
Octal113102141

Shades and tints

Shades of #4B4261

#4B4261
(75,66,97)
#453C59
(69,60,89)
#3F3651
(63,54,81)
#393049
(57,48,73)
#332A41
(51,42,65)
#2D2439
(45,36,57)
#271E31
(39,30,49)
#211829
(33,24,41)
#1B1221
(27,18,33)
#150C19
(21,12,25)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #4B4261

#4B4261
(75,66,97)
#5B536F
(91,83,111)
#6B647D
(107,100,125)
#7B758B
(123,117,139)
#8B8699
(139,134,153)
#9B97A7
(155,151,167)
#ABA8B5
(171,168,181)
#BBB9C3
(187,185,195)
#CBCAD1
(203,202,209)
#DBDBDF
(219,219,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4261 color. Also use rgb(75,66,97) instead hex code.

Text Font Color

.myTextColor { color: #4B4261; }

<p style="color:#4B4261">This sample text font color is #4B4261.</p>

This text font color is #4B4261.


Background Color

.myBgColor { background-color: #4B4261; }

<div style="background-color:#4B4261">Inner text</div>

This div background color is #4B4261.


Border color

.myBorderColor { border: 1px solid #4B4261; }

<div style="border:3px solid #4B4261">Div</div>

This div border color is #4B4261.


Opacity

.myOpacity80 { color: #4B4261; opacity: 0.8; }

<p style="color:#4B4261;opacity:0.8;">80%</p>

Text with #4B4261 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B4261;}

<p style="text-shadow: 3px 3px 1px #4B4261">Text here.</p>

This text has shadow with #4B4261 color.

.textShadow {text-shadow: 3px 3px 1px #4B4261, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B4261, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B4261 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B4261, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B4261, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B4261 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B4261;
  -webkit-box-shadow:	1px 1px 3px 2px #4B4261;
  box-shadow:		1px 1px 3px 2px #4B4261;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B4261;
-webkit-box-shadow: 1px 1px 3px 2px #4B4261;
box-shadow:1px 1px 3px 2px #4B4261;">
Div content here</div>
This div box has shadow with color #4B4261.

Preview

Color preview on black background

This text has color #4B4261 on black background.


Color preview on white background

This text has color #4B4261 on white background.



Black color preview on #4B4261 background

This text has black color on #4B4261 background.


White color preview on #4B4261 background

This text has white color on #4B4261 background.