COLOR #4B4B6A

HEX: #4B4B6A
RGB: (75,75,106)

Color info

#4B4B6A contains red, green and blue colors in about the same proportion. Web safe color of #4B4B6A is #333366 (or #336).

RGB color model

#4B4B6A color RGB value is (75,75,106).

  • red value is 75;
  • green value is 75;
  • blue value is 106.
RGB:
(75,75,106)
(29%,29%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 75 of 255 = 29%
B 106 of 255 = 42%

75
75
106

R + G + B ~ 33%. #4B4B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 106 = 256 (100%)
R 75 of 256 ~ 29.3%
G 75 of 256 ~ 29.3%
B 106 of 256 ~ 41.41%

%29.3
%29.3
%41.41

CMYK color model

#4B4B6A color CMYK value is (29,29,0,58).

  • cyan value is 29.25%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(29,29,0,58)
C29M29Y0K58 
(29%,29%,0%,58%)
(0.29/0.29/0.00/0.58)	

CMYK percentages

%29.25
%29.25
%0
%58.43

Codes

Color #4B4B6A in popluar color models

4B4B6A
RGB7575106
HSL240°17.13%35.49%
HSB/HSV240°29.25%41.57%
CMYK29.25%29.25%0.00%
58.43%

Color #4B4B6A in popluar number systems.

HEX4B4B6A
Decimal7575106
Binary100101110010111101010
Octal113113152

Shades and tints

Shades of #4B4B6A

#4B4B6A
(75,75,106)
#454561
(69,69,97)
#3F3F58
(63,63,88)
#39394F
(57,57,79)
#333346
(51,51,70)
#2D2D3D
(45,45,61)
#272734
(39,39,52)
#21212B
(33,33,43)
#1B1B22
(27,27,34)
#151519
(21,21,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #4B4B6A

#4B4B6A
(75,75,106)
#5B5B77
(91,91,119)
#6B6B84
(107,107,132)
#7B7B91
(123,123,145)
#8B8B9E
(139,139,158)
#9B9BAB
(155,155,171)
#ABABB8
(171,171,184)
#BBBBC5
(187,187,197)
#CBCBD2
(203,203,210)
#DBDBDF
(219,219,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B6A; }

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

This text font color is #4B4B6A.


Background Color

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

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

This div background color is #4B4B6A.


Border color

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

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

This div border color is #4B4B6A.


Opacity

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

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

Text with #4B4B6A 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 #4B4B6A;}

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

This text has shadow with #4B4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B6A on black background.


Color preview on white background

This text has color #4B4B6A on white background.



Black color preview on #4B4B6A background

This text has black color on #4B4B6A background.


White color preview on #4B4B6A background

This text has white color on #4B4B6A background.