COLOR #4B6071

HEX: #4B6071 RGB: (75,96,113)

Color info

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

RGB color model

#4B6071 color RGB value is (75,96,113).

RGB: (75,96,113) (29%, 38%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 113 of 255 = 44%

75
96
113

R + G + B ~ 37%. #4B6071 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 96 + 113 = 284 (100%)
R 75 of 284 ~ 26.41%
G 96 of 284 ~ 33.8%
B 113 of 284 ~ 39.79'%

%26.41
%33.8
%39.79

CMYK color model

#4B6071 color CMYK value is (34,15,0,56).

  • cyan value is 33.63%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (34,15,0,56) C34M15Y0K56 (34%,15%,0%,56%) (0.34/0.15/0.00/0.56) 

CMYK percentages

%33.63
%15.04
%0
%55.69

Codes

Color #4B6071 in popluar color models

4B 60 71
RGB 75 96 113
HSL 207° 20.21% 36.86%
HSB/HSV 207° 33.63% 44.31%
CMYK 33.63% 15.04% 0.00%
55.69%

Color #4B6071 in popluar number systems.

HEX 4B 60 71
Decimal 75 96 113
Binary 1001011 1100000 1110001
Octal 113 140 161

Shades and tints

Shades of #4B6071

#4B6071
(75,96,113)
#455867
(69,88,103)
#3F505D
(63,80,93)
#394853
(57,72,83)
#334049
(51,64,73)
#2D383F
(45,56,63)
#273035
(39,48,53)
#21282B
(33,40,43)
#1B2021
(27,32,33)
#151817
(21,24,23)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #4B6071

#4B6071
(75,96,113)
#5B6E7D
(91,110,125)
#6B7C89
(107,124,137)
#7B8A95
(123,138,149)
#8B98A1
(139,152,161)
#9BA6AD
(155,166,173)
#ABB4B9
(171,180,185)
#BBC2C5
(187,194,197)
#CBD0D1
(203,208,209)
#DBDEDD
(219,222,221)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6071; }

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

This text font color is #4B6071.

Background Color

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

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

This div background color is #4B6071.

Border color

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

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

This div border color is #4B6071.

Opacity

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

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

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

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

This text has shadow with #4B6071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6071.

Preview

Color preview on black background

This text has color #4B6071 on black background.


Color preview on white background

This text has color #4B6071 on white background.


Black color preview on #4B6071 background

This text has black color on #4B6071 background.


White color preview on #4B6071 background

This text has white color on #4B6071 background.


Related colors

Complementary color

Complementary color for #hex is #B49F8E.


I love getcolorcode.com

Triadic colors

1 #714B60 and #60714B with #4B6071 are triadic colors.

2 #71604B and #604B71 with #4B6071 are triadic colors.