#475452

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

Shades of Dark Slate #475452

Tints of Dark Slate #475452

Color information

#475452 (or 0x475452) is unknown color: approx Dark Slate. HEX triplet: 47, 54 and 52. RGB value is (71,84,82). Sum of RGB (Red+Green+Blue) = 71+84+82=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #475452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475452 is #B8ABAD. Grayscale: #4F4F4F. Windows color (decimal): -12102574 or 5395527. OLE color: 5395527.

HSL color Cylindrical-coordinate representation of color #475452: hue angle of 170.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475452 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB718482-
CMYK0.1500.020.67
HSL170.77º8.39%30.39%-
HSV(B)170.77º15.48%32.94%-
XYZ7.298.299.2-
YUV79.89129.19121.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=29.96%
G=35.44%
B=34.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184820.1500.020.67170.778.3930.39
Hex475452F0243ab81e
Octal10712412217021032531036
Binary1000111101010010100101111010100001110101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475452; }

 p { color: rgb(71,84,82); }

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

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

 a { background-color: rgb(71,84,82); }

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

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

 span { border-color: rgb(71,84,82); }

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