#475451

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

Shades of Dark Slate #475451

Tints of Dark Slate #475451

Color information

#475451 (or 0x475451) is unknown color: approx Dark Slate. HEX triplet: 47, 54 and 51. RGB value is (71,84,81). Sum of RGB (Red+Green+Blue) = 71+84+81=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #475451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475451 is #B8ABAE. Grayscale: #4F4F4F. Windows color (decimal): -12102575 or 5329991. OLE color: 5329991.

HSL color Cylindrical-coordinate representation of color #475451: hue angle of 166.15º 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 #475451 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB718481-
CMYK0.1500.040.67
HSL166.15º8.39%30.39%-
HSV(B)166.15º15.48%32.94%-
XYZ7.258.279-
YUV79.77128.69121.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=30.08%
G=35.59%
B=34.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184810.1500.040.67166.158.3930.39
Hex475451F0443a681e
Octal10712412117041032461036
Binary10001111010100101000111110100100001110100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475451; }

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

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

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

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

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

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

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

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