Html Css Color HEX #404E4C Dark Slate

📋 copy color: '#404E4C'

red 64 ◦ green 78 ◦ blue 76

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

Shades of Dark Slate #404E4C

Tints of Dark Slate #404E4C

RGB

 RED value IS 64 (25.39% from 255) = 29.36%

 GREEN value IS 78 (30.86% from 255) = 35.78%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 29.36%
G = 35.78%
B = 34.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#404E4C (or 0x404E4C) is known color: Dark Slate. HEX triplet: 40, 4E and 4C. RGB value is (64,78,76). Sum of RGB (Red+Green+Blue) = 64+78+76=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #404E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E4C is #BFB1B3. Grayscale: #494949. Windows color (decimal): -12562868 or 5000768. OLE color: 5000768.

HSL color Cylindrical-coordinate representation of color #404E4C: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404E4C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 76 -
CMYK 0.18 0 0.03 0.69
HSL 171.43º 0.1% 0.28% -
HSV(B) 171.43º 0.18% 0.31% -
XYZ 6.14 7.06 7.88 -
YUV 73.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 64 78 76 0.18 0 0.03 0.69 171.43 0.1 0.28
Hex 40 4E 4C 12 0 3 45 AB A 1C
Octal 100 116 114 22 0 3 105 253 12 34
Binary 1000000 1001110 1001100 10010 0 11 1000101 10101011 1010 11100

Color Harmonies of #404E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E4C

Black with #404E4C

Text Example


Text Example

White with #404E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E4C; }

 p { color: rgb(64,78,76); }

 H1.HeaderClassName
 {
   color: #404E4C;
 }
 .AnyTagClassName
 {
   color: #404E4C;
 }
</style>

background-color css

<style>
 a { background-color: #404E4C; }

 a { background-color: rgb(64,78,76); }

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

border-color css

<style>
 span { border-color: #404E4C; }

 span { border-color: rgb(64,78,76); }

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