Html Css Color HEX #4B5956 Dark Slate

📋 copy color: '#4B5956'

red 75 ◦ green 89 ◦ blue 86

#4B5956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #4B5956

Tints of Dark Slate #4B5956

RGB

 RED value IS 75 (29.69% from 255) = 30%

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 30%
G = 35.6%
B = 34.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4B5956 (or 0x4B5956) is known color: Dark Slate. HEX triplet: 4B, 59 and 56. RGB value is (75,89,86). Sum of RGB (Red+Green+Blue) = 75+89+86=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5956 is #B4A6A9. Grayscale: #545454. Windows color (decimal): -11839146 or 5658955. OLE color: 5658955.

HSL color Cylindrical-coordinate representation of color #4B5956: hue angle of 167.14º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5956 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 86 -
CMYK 0.16 0 0.03 0.65
HSL 167.14º 0.09% 0.32% -
HSV(B) 167.14º 0.16% 0.35% -
XYZ 8.15 9.31 10.17 -
YUV 84.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 75 89 86 0.16 0 0.03 0.65 167.14 0.09 0.32
Hex 4B 59 56 10 0 3 41 A7 9 20
Octal 113 131 126 20 0 3 101 247 11 40
Binary 1001011 1011001 1010110 10000 0 11 1000001 10100111 1001 100000

Color Harmonies of #4B5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5956

Black with #4B5956

Text Example


Text Example

White with #4B5956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5956; }

 p { color: rgb(75,89,86); }

 H1.HeaderClassName
 {
   color: #4B5956;
 }
 .AnyTagClassName
 {
   color: #4B5956;
 }
</style>

background-color css

<style>
 a { background-color: #4B5956; }

 a { background-color: rgb(75,89,86); }

 div.DivClassName
 {
   background-color: #4B5956;
 }
 .BgClassName
 {
   background-color: #4B5956;
 }
</style>

border-color css

<style>
 span { border-color: #4B5956; }

 span { border-color: rgb(75,89,86); }

 td.TdClassName
 {
   border-color: #4B5956;
 }
 .TagClassName
 {
   border-color: #4B5956;
 }
</style>