Html Css Color HEX #4A5956 Dark Slate

📋 copy color: '#4A5956'

red 74 ◦ green 89 ◦ blue 86

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

Shades of Dark Slate #4A5956

Tints of Dark Slate #4A5956

RGB

 RED value IS 74 (29.3% from 255) = 29.72%

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

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

R = 29.72%
G = 35.74%
B = 34.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#4A5956 (or 0x4A5956) is known color: Dark Slate. HEX triplet: 4A, 59 and 56. RGB value is (74,89,86). Sum of RGB (Red+Green+Blue) = 74+89+86=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5956 is #B5A6A9. Grayscale: #545454. Windows color (decimal): -11904682 or 5658954. OLE color: 5658954.

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

Color convert

RGB 74 89 86 -
CMYK 0.17 0 0.03 0.65
HSL 168º 0.09% 0.32% -
HSV(B) 168º 0.17% 0.35% -
XYZ 8.08 9.27 10.17 -
YUV 84.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 74 89 86 0.17 0 0.03 0.65 168 0.09 0.32
Hex 4A 59 56 11 0 3 41 A8 9 20
Octal 112 131 126 21 0 3 101 250 11 40
Binary 1001010 1011001 1010110 10001 0 11 1000001 10101000 1001 100000

Color Harmonies of #4A5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5956

Black with #4A5956

Text Example


Text Example

White with #4A5956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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