COLOR #4B6575

HEX: #4B6575 RGB: (75,101,117)

Color info

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

RGB color model

#4B6575 color RGB value is (75,101,117).

RGB: (75,101,117) (29%, 40%, 46%)

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 117 of 255 = 46%

75
101
117

R + G + B ~ 38%. #4B6575 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 101 + 117 = 293 (100%)
R 75 of 293 ~ 25.6%
G 101 of 293 ~ 34.47%
B 117 of 293 ~ 39.93'%

%25.6
%34.47
%39.93

CMYK color model

#4B6575 color CMYK value is (36,14,0,54).

  • cyan value is 35.90%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (36,14,0,54) C36M14Y0K54 (36%,14%,0%,54%) (0.36/0.14/0.00/0.54) 

CMYK percentages

%35.9
%13.68
%0
%54.12

Codes

Color #4B6575 in popluar color models

4B 65 75
RGB 75 101 117
HSL 203° 21.88% 37.65%
HSB/HSV 203° 35.90% 45.88%
CMYK 35.90% 13.68% 0.00%
54.12%

Color #4B6575 in popluar number systems.

HEX 4B 65 75
Decimal 75 101 117
Binary 1001011 1100101 1110101
Octal 113 145 165

Shades and tints

Shades of #4B6575

#4B6575
(75,101,117)
#455C6B
(69,92,107)
#3F5361
(63,83,97)
#394A57
(57,74,87)
#33414D
(51,65,77)
#2D3843
(45,56,67)
#272F39
(39,47,57)
#21262F
(33,38,47)
#1B1D25
(27,29,37)
#15141B
(21,20,27)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4B6575

#4B6575
(75,101,117)
#5B7381
(91,115,129)
#6B818D
(107,129,141)
#7B8F99
(123,143,153)
#8B9DA5
(139,157,165)
#9BABB1
(155,171,177)
#ABB9BD
(171,185,189)
#BBC7C9
(187,199,201)
#CBD5D5
(203,213,213)
#DBE3E1
(219,227,225)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6575; }

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

This text font color is #4B6575.

Background Color

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

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

This div background color is #4B6575.

Border color

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

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

This div border color is #4B6575.

Opacity

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

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

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

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

This text has shadow with #4B6575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6575.

Preview

Color preview on black background

This text has color #4B6575 on black background.


Color preview on white background

This text has color #4B6575 on white background.


Black color preview on #4B6575 background

This text has black color on #4B6575 background.


White color preview on #4B6575 background

This text has white color on #4B6575 background.


Related colors

Complementary color

Complementary color for #hex is #B49A8A.


I love getcolorcode.com

Triadic colors

1 #754B65 and #65754B with #4B6575 are triadic colors.

2 #75654B and #654B75 with #4B6575 are triadic colors.