#404F4D

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

Shades of Dark Slate #404F4D

Tints of Dark Slate #404F4D

Color information

#404F4D (or 0x404F4D) is unknown color: approx Dark Slate. HEX triplet: 40, 4F and 4D. RGB value is (64,79,77). Sum of RGB (Red+Green+Blue) = 64+79+77=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #404F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F4D is #BFB0B2. Grayscale: #4A4A4A. Windows color (decimal): -12562611 or 5066560. OLE color: 5066560.

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

Color convert

RGB647977-
CMYK0.1900.030.69
HSL172º10.49%28.04%-
HSV(B)172º18.99%30.98%-
XYZ6.257.228.08-
YUV74.29129.53120.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 77 (30.47% from 255) = 35%
R=29.09%
G=35.91%
B=35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479770.1900.030.6917210.4928.04
Hex404F4D130345aca1c
Octal10011711523031052541234
Binary10000001001111100110110011011100010110101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,77); }

 H1.HeaderClassName
 {
   color: #404F4D;
 }
 .AnyTagClassName
 {
   color: #404F4D;
 }
</style>
background-color css

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

 a { background-color: rgb(64,79,77); }

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

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

 span { border-color: rgb(64,79,77); }

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