#495252

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

Shades of Dark Slate #495252

Tints of Dark Slate #495252

Color information

#495252 (or 0x495252) is unknown color: approx Dark Slate. HEX triplet: 49, 52 and 52. RGB value is (73,82,82). Sum of RGB (Red+Green+Blue) = 73+82+82=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #495252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495252 is #B6ADAD. Grayscale: #4F4F4F. Windows color (decimal): -11972014 or 5395017. OLE color: 5395017.

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

Color convert

RGB738282-
CMYK0.11000.68
HSL180º5.81%30.39%-
HSV(B)180º10.98%32.16%-
XYZ7.298.069.15-
YUV79.31129.52123.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=30.80%
G=34.60%
B=34.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382820.11000.681805.8130.39
Hex495252B0044b461e
Octal1111221221300104264636
Binary10010011010010101001010110010001001011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495252; }

 p { color: rgb(73,82,82); }

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

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

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

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

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

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

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