COLOR #4B4865

HEX: #4B4865 RGB: (75,72,101)

Color info

#4B4865 contains red, green and blue colors in about the same proportion. Web safe color of #4B4865 is #333366 (or #336).

RGB color model

#4B4865 color RGB value is (75,72,101).

RGB: (75,72,101) (29%, 28%, 40%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 101 of 255 = 40%

75
72
101

R + G + B ~ 32%. #4B4865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 72 + 101 = 248 (100%)
R 75 of 248 ~ 30.24%
G 72 of 248 ~ 29.03%
B 101 of 248 ~ 40.73'%

%30.24
%29.03
%40.73

CMYK color model

#4B4865 color CMYK value is (26,29,0,60).

  • cyan value is 25.74%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (26,29,0,60)
C26M29Y0K60 (26%, 29%, 0%, 60%)
(0.26 / 0.29 / 0.00 / 0.60)

CMYK percentages

%25.74
%28.71
%0
%60.39

Codes

Color #4B4865 in popluar color models

4B 48 65
RGB 75 72 101
HSL 246° 16.76% 33.92%
HSB/HSV 246° 28.71% 39.61%
CMYK 25.74% 28.71% 0.00%
60.39%

Color #4B4865 in popluar number systems.

HEX 4B 48 65
Decimal 75 72 101
Binary 1001011 1001000 1100101
Octal 113 110 145

Shades and tints

Shades of #4B4865

#4B4865
(75,72,101)
#45425C
(69,66,92)
#3F3C53
(63,60,83)
#39364A
(57,54,74)
#333041
(51,48,65)
#2D2A38
(45,42,56)
#27242F
(39,36,47)
#211E26
(33,30,38)
#1B181D
(27,24,29)
#151214
(21,18,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B4865

#4B4865
(75,72,101)
#5B5873
(91,88,115)
#6B6881
(107,104,129)
#7B788F
(123,120,143)
#8B889D
(139,136,157)
#9B98AB
(155,152,171)
#ABA8B9
(171,168,185)
#BBB8C7
(187,184,199)
#CBC8D5
(203,200,213)
#DBD8E3
(219,216,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4865; }

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

This text font color is #4B4865.

Background Color

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

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

This div background color is #4B4865.

Border color

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

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

This div border color is #4B4865.

Opacity

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

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

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

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

This text has shadow with #4B4865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4865.

Preview

Color preview on black background

This text has color #4B4865 on black background.


Color preview on white background

This text has color #4B4865 on white background.


Black color preview on #4B4865 background

This text has black color on #4B4865 background.


White color preview on #4B4865 background

This text has white color on #4B4865 background.


Related colors

Complementary color

Complementary color for #hex is #B4B79A.


I love getcolorcode.com

Triadic colors

1 #654B48 and #48654B with #4B4865 are triadic colors.

2 #65484B and #484B65 with #4B4865 are triadic colors.