#475250

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

Shades of Dark Slate #475250

Tints of Dark Slate #475250

Color information

#475250 (or 0x475250) is unknown color: approx Dark Slate. HEX triplet: 47, 52 and 50. RGB value is (71,82,80). Sum of RGB (Red+Green+Blue) = 71+82+80=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 82 - color contains mainly: green. Hex color #475250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475250 is #B8ADAF. Grayscale: #4E4E4E. Windows color (decimal): -12103088 or 5263943. OLE color: 5263943.

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

Color convert

RGB718280-
CMYK0.1300.020.68
HSL169.09º7.19%30%-
HSV(B)169.09º13.41%32.16%-
XYZ7.067.958.75-
YUV78.48128.86122.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=30.47%
G=35.19%
B=34.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182800.1300.020.68169.097.1930
Hex475250D0244a971e
Octal1071221201502104251736
Binary100011110100101010000110101010001001010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475250; }

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

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

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

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

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

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

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

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