COLOR #4B4258

HEX: #4B4258 RGB: (75,66,88)

Color info

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

RGB color model

#4B4258 color RGB value is (75,66,88).

RGB: (75,66,88) (29%, 26%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 88 of 255 = 35%

75
66
88

R + G + B ~ 30%. #4B4258 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 88 = 229 (100%)
R 75 of 229 ~ 32.75%
G 66 of 229 ~ 28.82%
B 88 of 229 ~ 38.43'%

%32.75
%28.82
%38.43

CMYK color model

#4B4258 color CMYK value is (15,25,0,65).

  • cyan value is 14.77%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (15,25,0,65)
C15M25Y0K65 (15%, 25%, 0%, 65%)
(0.15 / 0.25 / 0.00 / 0.65)

CMYK percentages

%14.77
%25
%0
%65.49

Codes

Color #4B4258 in popluar color models

4B 42 58
RGB 75 66 88
HSL 265° 14.29% 30.20%
HSB/HSV 265° 25.00% 34.51%
CMYK 14.77% 25.00% 0.00%
65.49%

Color #4B4258 in popluar number systems.

HEX 4B 42 58
Decimal 75 66 88
Binary 1001011 1000010 1011000
Octal 113 102 130

Shades and tints

Shades of #4B4258

#4B4258
(75,66,88)
#453C50
(69,60,80)
#3F3648
(63,54,72)
#393040
(57,48,64)
#332A38
(51,42,56)
#2D2430
(45,36,48)
#271E28
(39,30,40)
#211820
(33,24,32)
#1B1218
(27,18,24)
#150C10
(21,12,16)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #4B4258

#4B4258
(75,66,88)
#5B5367
(91,83,103)
#6B6476
(107,100,118)
#7B7585
(123,117,133)
#8B8694
(139,134,148)
#9B97A3
(155,151,163)
#ABA8B2
(171,168,178)
#BBB9C1
(187,185,193)
#CBCAD0
(203,202,208)
#DBDBDF
(219,219,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4258 color. Also use rgb(75,66,88) instead hex code.

Text Font Color

.myTextColor { color: #4B4258; }

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

This text font color is #4B4258.

Background Color

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

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

This div background color is #4B4258.

Border color

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

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

This div border color is #4B4258.

Opacity

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

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

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

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

This text has shadow with #4B4258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4258.

Preview

Color preview on black background

This text has color #4B4258 on black background.


Color preview on white background

This text has color #4B4258 on white background.


Black color preview on #4B4258 background

This text has black color on #4B4258 background.


White color preview on #4B4258 background

This text has white color on #4B4258 background.


Related colors

Complementary color

Complementary color for #hex is #B4BDA7.


I love getcolorcode.com

Triadic colors

1 #584B42 and #42584B with #4B4258 are triadic colors.

2 #58424B and #424B58 with #4B4258 are triadic colors.