COLOR #4B4F75

HEX: #4B4F75 RGB: (75,79,117)

Color info

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

RGB color model

#4B4F75 color RGB value is (75,79,117).

RGB: (75,79,117) (29%, 31%, 46%)

RGB channels and saturation

R 75 of 255 = 29%
G 79 of 255 = 31%
B 117 of 255 = 46%

75
79
117

R + G + B ~ 35%. #4B4F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 79 + 117 = 271 (100%)
R 75 of 271 ~ 27.68%
G 79 of 271 ~ 29.15%
B 117 of 271 ~ 43.17'%

%27.68
%29.15
%43.17

CMYK color model

#4B4F75 color CMYK value is (36,32,0,54).

  • cyan value is 35.90%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (36,32,0,54)
C36M32Y0K54 (36%, 32%, 0%, 54%)
(0.36 / 0.32 / 0.00 / 0.54)

CMYK percentages

%35.9
%32.48
%0
%54.12

Codes

Color #4B4F75 in popluar color models

4B 4F 75
RGB 75 79 117
HSL 234° 21.88% 37.65%
HSB/HSV 234° 35.90% 45.88%
CMYK 35.90% 32.48% 0.00%
54.12%

Color #4B4F75 in popluar number systems.

HEX 4B 4F 75
Decimal 75 79 117
Binary 1001011 1001111 1110101
Octal 113 117 165

Shades and tints

Shades of #4B4F75

#4B4F75
(75,79,117)
#45486B
(69,72,107)
#3F4161
(63,65,97)
#393A57
(57,58,87)
#33334D
(51,51,77)
#2D2C43
(45,44,67)
#272539
(39,37,57)
#211E2F
(33,30,47)
#1B1725
(27,23,37)
#15101B
(21,16,27)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #4B4F75

#4B4F75
(75,79,117)
#5B5F81
(91,95,129)
#6B6F8D
(107,111,141)
#7B7F99
(123,127,153)
#8B8FA5
(139,143,165)
#9B9FB1
(155,159,177)
#ABAFBD
(171,175,189)
#BBBFC9
(187,191,201)
#CBCFD5
(203,207,213)
#DBDFE1
(219,223,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4F75; }

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

This text font color is #4B4F75.

Background Color

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

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

This div background color is #4B4F75.

Border color

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

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

This div border color is #4B4F75.

Opacity

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

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

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

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

This text has shadow with #4B4F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4F75.

Preview

Color preview on black background

This text has color #4B4F75 on black background.


Color preview on white background

This text has color #4B4F75 on white background.


Black color preview on #4B4F75 background

This text has black color on #4B4F75 background.


White color preview on #4B4F75 background

This text has white color on #4B4F75 background.


Related colors

Complementary color

Complementary color for #hex is #B4B08A.


I love getcolorcode.com

Triadic colors

1 #754B4F and #4F754B with #4B4F75 are triadic colors.

2 #754F4B and #4F4B75 with #4B4F75 are triadic colors.