#495151

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

Shades of Dark Slate #495151

Tints of Dark Slate #495151

Color information

#495151 (or 0x495151) is unknown color: approx Dark Slate. HEX triplet: 49, 51 and 51. RGB value is (73,81,81). Sum of RGB (Red+Green+Blue) = 73+81+81=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #495151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495151 is #B6AEAE. Grayscale: #4E4E4E. Windows color (decimal): -11972271 or 5329225. OLE color: 5329225.

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

Color convert

RGB738181-
CMYK0.10000.68
HSL180º5.19%30.2%-
HSV(B)180º9.88%31.76%-
XYZ7.187.98.93-
YUV78.61129.35124-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=31.06%
G=34.47%
B=34.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381810.10000.681805.1930.2
Hex495151A0044b451e
Octal1111211211200104264536
Binary10010011010001101000110100010001001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495151; }

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

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

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

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

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

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

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

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