COLOR #4B4B62

HEX: #4B4B62
RGB: (75,75,98)

Color info

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

RGB color model

#4B4B62 color RGB value is (75,75,98).

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

RGB channels and saturation

R 75 of 255 = 29%
G 75 of 255 = 29%
B 98 of 255 = 38%

75
75
98

R + G + B ~ 32%. #4B4B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 98 = 248 (100%)
R 75 of 248 ~ 30.24%
G 75 of 248 ~ 30.24%
B 98 of 248 ~ 39.52%

%30.24
%30.24
%39.52

CMYK color model

#4B4B62 color CMYK value is (23,23,0,62).

  • cyan value is 23.47%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(23,23,0,62)
C23M23Y0K62 
(23%,23%,0%,62%)
(0.23/0.23/0.00/0.62)	

CMYK percentages

%23.47
%23.47
%0
%61.57

Codes

Color #4B4B62 in popluar color models

4B4B62
RGB757598
HSL240°13.29%33.92%
HSB/HSV240°23.47%38.43%
CMYK23.47%23.47%0.00%
61.57%

Color #4B4B62 in popluar number systems.

HEX4B4B62
Decimal757598
Binary100101110010111100010
Octal113113142

Shades and tints

Shades of #4B4B62

#4B4B62
(75,75,98)
#45455A
(69,69,90)
#3F3F52
(63,63,82)
#39394A
(57,57,74)
#333342
(51,51,66)
#2D2D3A
(45,45,58)
#272732
(39,39,50)
#21212A
(33,33,42)
#1B1B22
(27,27,34)
#15151A
(21,21,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #4B4B62

#4B4B62
(75,75,98)
#5B5B70
(91,91,112)
#6B6B7E
(107,107,126)
#7B7B8C
(123,123,140)
#8B8B9A
(139,139,154)
#9B9BA8
(155,155,168)
#ABABB6
(171,171,182)
#BBBBC4
(187,187,196)
#CBCBD2
(203,203,210)
#DBDBE0
(219,219,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B62; }

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

This text font color is #4B4B62.


Background Color

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

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

This div background color is #4B4B62.


Border color

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

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

This div border color is #4B4B62.


Opacity

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

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

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

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

This text has shadow with #4B4B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B62 on black background.


Color preview on white background

This text has color #4B4B62 on white background.



Black color preview on #4B4B62 background

This text has black color on #4B4B62 background.


White color preview on #4B4B62 background

This text has white color on #4B4B62 background.