COLOR #4B5066

HEX: #4B5066 RGB: (75,80,102)

Color info

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

RGB color model

#4B5066 color RGB value is (75,80,102).

RGB: (75,80,102) (29%, 31%, 40%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 102 of 255 = 40%

75
80
102

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

Portions of RGB colors in percentages

R + G + B = 75 + 80 + 102 = 257 (100%)
R 75 of 257 ~ 29.18%
G 80 of 257 ~ 31.13%
B 102 of 257 ~ 39.69'%

%29.18
%31.13
%39.69

CMYK color model

#4B5066 color CMYK value is (26,22,0,60).

  • cyan value is 26.47%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (26,22,0,60)
C26M22Y0K60 (26%, 22%, 0%, 60%)
(0.26 / 0.22 / 0.00 / 0.60)

CMYK percentages

%26.47
%21.57
%0
%60

Codes

Color #4B5066 in popluar color models

4B 50 66
RGB 75 80 102
HSL 229° 15.25% 34.71%
HSB/HSV 229° 26.47% 40.00%
CMYK 26.47% 21.57% 0.00%
60.00%

Color #4B5066 in popluar number systems.

HEX 4B 50 66
Decimal 75 80 102
Binary 1001011 1010000 1100110
Octal 113 120 146

Shades and tints

Shades of #4B5066

#4B5066
(75,80,102)
#45495D
(69,73,93)
#3F4254
(63,66,84)
#393B4B
(57,59,75)
#333442
(51,52,66)
#2D2D39
(45,45,57)
#272630
(39,38,48)
#211F27
(33,31,39)
#1B181E
(27,24,30)
#151115
(21,17,21)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #4B5066

#4B5066
(75,80,102)
#5B5F73
(91,95,115)
#6B6E80
(107,110,128)
#7B7D8D
(123,125,141)
#8B8C9A
(139,140,154)
#9B9BA7
(155,155,167)
#ABAAB4
(171,170,180)
#BBB9C1
(187,185,193)
#CBC8CE
(203,200,206)
#DBD7DB
(219,215,219)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5066; }

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

This text font color is #4B5066.

Background Color

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

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

This div background color is #4B5066.

Border color

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

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

This div border color is #4B5066.

Opacity

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

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

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

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

This text has shadow with #4B5066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5066.

Preview

Color preview on black background

This text has color #4B5066 on black background.


Color preview on white background

This text has color #4B5066 on white background.


Black color preview on #4B5066 background

This text has black color on #4B5066 background.


White color preview on #4B5066 background

This text has white color on #4B5066 background.


Related colors

Complementary color

Complementary color for #hex is #B4AF99.


I love getcolorcode.com

Triadic colors

1 #664B50 and #50664B with #4B5066 are triadic colors.

2 #66504B and #504B66 with #4B5066 are triadic colors.