COLOR #4B6A7E

HEX: #4B6A7E RGB: (75,106,126)

Color info

#4B6A7E contains red, green and blue colors in about the same proportion. Web safe color of #4B6A7E is #336666 (or #366).

RGB color model

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

RGB: (75,106,126) (29%, 42%, 49%)

RGB channels and saturation

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

75
106
126

R + G + B ~ 40%. #4B6A7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 106 + 126 = 307 (100%)
R 75 of 307 ~ 24.43%
G 106 of 307 ~ 34.53%
B 126 of 307 ~ 41.04'%

%24.43
%34.53
%41.04

CMYK color model

#4B6A7E color CMYK value is (40,16,0,51).

  • cyan value is 40.48%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (40,16,0,51)
C40M16Y0K51 (40%, 16%, 0%, 51%)
(0.40 / 0.16 / 0.00 / 0.51)

CMYK percentages

%40.48
%15.87
%0
%50.59

Codes

Color #4B6A7E in popluar color models

4B 6A 7E
RGB 75 106 126
HSL 204° 25.37% 39.41%
HSB/HSV 204° 40.48% 49.41%
CMYK 40.48% 15.87% 0.00%
50.59%

Color #4B6A7E in popluar number systems.

HEX 4B 6A 7E
Decimal 75 106 126
Binary 1001011 1101010 1111110
Octal 113 152 176

Shades and tints

Shades of #4B6A7E

#4B6A7E
(75,106,126)
#456173
(69,97,115)
#3F5868
(63,88,104)
#394F5D
(57,79,93)
#334652
(51,70,82)
#2D3D47
(45,61,71)
#27343C
(39,52,60)
#212B31
(33,43,49)
#1B2226
(27,34,38)
#15191B
(21,25,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #4B6A7E

#4B6A7E
(75,106,126)
#5B7789
(91,119,137)
#6B8494
(107,132,148)
#7B919F
(123,145,159)
#8B9EAA
(139,158,170)
#9BABB5
(155,171,181)
#ABB8C0
(171,184,192)
#BBC5CB
(187,197,203)
#CBD2D6
(203,210,214)
#DBDFE1
(219,223,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6A7E; }

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

This text font color is #4B6A7E.

Background Color

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

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

This div background color is #4B6A7E.

Border color

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

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

This div border color is #4B6A7E.

Opacity

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

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

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

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

This text has shadow with #4B6A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6A7E.

Preview

Color preview on black background

This text has color #4B6A7E on black background.


Color preview on white background

This text has color #4B6A7E on white background.


Black color preview on #4B6A7E background

This text has black color on #4B6A7E background.


White color preview on #4B6A7E background

This text has white color on #4B6A7E background.


Related colors

Complementary color

Complementary color for #hex is #B49581.


I love getcolorcode.com

Triadic colors

1 #7E4B6A and #6A7E4B with #4B6A7E are triadic colors.

2 #7E6A4B and #6A4B7E with #4B6A7E are triadic colors.