#475150

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

Shades of Dark Slate #475150

Tints of Dark Slate #475150

Color information

#475150 (or 0x475150) is unknown color: approx Dark Slate. HEX triplet: 47, 51 and 50. RGB value is (71,81,80). Sum of RGB (Red+Green+Blue) = 71+81+80=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 81 - color contains mainly: green. Hex color #475150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475150 is #B8AEAF. Grayscale: #4D4D4D. Windows color (decimal): -12103344 or 5263687. OLE color: 5263687.

HSL color Cylindrical-coordinate representation of color #475150: hue angle of 174º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #475150 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB718180-
CMYK0.1200.010.68
HSL174º6.58%29.8%-
HSV(B)174º12.35%31.76%-
XYZ6.997.88.73-
YUV77.9129.19123.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=30.60%
G=34.91%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181800.1200.010.681746.5829.8
Hex475150C0144ae71e
Octal1071211201401104256736
Binary10001111010001101000011000110001001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475150; }

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

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

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

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

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

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

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

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