#404F4F

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

Shades of Dark Slate #404F4F

Tints of Dark Slate #404F4F

Color information

#404F4F (or 0x404F4F) is unknown color: approx Dark Slate. HEX triplet: 40, 4F and 4F. RGB value is (64,79,79). Sum of RGB (Red+Green+Blue) = 64+79+79=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #404F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F4F is #BFB0B0. Grayscale: #4A4A4A. Windows color (decimal): -12562609 or 5197632. OLE color: 5197632.

HSL color Cylindrical-coordinate representation of color #404F4F: hue angle of 180º 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 #404F4F is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647979-
CMYK0.19000.69
HSL180º10.49%28.04%-
HSV(B)180º18.99%30.98%-
XYZ6.327.258.46-
YUV74.52130.53120.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=28.83%
G=35.59%
B=35.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479790.19000.6918010.4928.04
Hex404F4F130045b4a1c
Octal10011711723001052641234
Binary1000000100111110011111001100100010110110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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