COLOR #4B4D62

HEX: #4B4D62
RGB: (75,77,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
77
98

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

Portions of RGB colors in percentages

R + G + B =
75 + 77 + 98 = 250 (100%)
R 75 of 250 ~ 30%
G 77 of 250 ~ 30.8%
B 98 of 250 ~ 39.2%

%30
%30.8
%39.2

CMYK color model

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

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

CMYK percentages

%23.47
%21.43
%0
%61.57

Codes

Color #4B4D62 in popluar color models

4B4D62
RGB757798
HSL235°13.29%33.92%
HSB/HSV235°23.47%38.43%
CMYK23.47%21.43%0.00%
61.57%

Color #4B4D62 in popluar number systems.

HEX4B4D62
Decimal757798
Binary100101110011011100010
Octal113115142

Shades and tints

Shades of #4B4D62

#4B4D62
(75,77,98)
#45465A
(69,70,90)
#3F3F52
(63,63,82)
#39384A
(57,56,74)
#333142
(51,49,66)
#2D2A3A
(45,42,58)
#272332
(39,35,50)
#211C2A
(33,28,42)
#1B1522
(27,21,34)
#150E1A
(21,14,26)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #4B4D62

#4B4D62
(75,77,98)
#5B5D70
(91,93,112)
#6B6D7E
(107,109,126)
#7B7D8C
(123,125,140)
#8B8D9A
(139,141,154)
#9B9DA8
(155,157,168)
#ABADB6
(171,173,182)
#BBBDC4
(187,189,196)
#CBCDD2
(203,205,210)
#DBDDE0
(219,221,224)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D62; }

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

This text font color is #4B4D62.


Background Color

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

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

This div background color is #4B4D62.


Border color

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

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

This div border color is #4B4D62.


Opacity

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

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

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

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

This text has shadow with #4B4D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D62 on black background.


Color preview on white background

This text has color #4B4D62 on white background.



Black color preview on #4B4D62 background

This text has black color on #4B4D62 background.


White color preview on #4B4D62 background

This text has white color on #4B4D62 background.