#404E4C

Color #404E4C Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #404E4C

Tints of Dark Slate #404E4C

Color information

#404E4C (or 0x404E4C) is unknown color: approx 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

RGB647876-
CMYK0.1800.030.69
HSL171.43º9.86%27.84%-
HSV(B)171.43º17.95%30.59%-
XYZ6.147.067.88-
YUV73.59129.36121.16-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478760.1800.030.69171.439.8627.84
Hex404E4C120345aba1c
Octal10011611422031052531234
Binary10000001001110100110010010011100010110101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>