#495351

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

Shades of Dark Slate #495351

Tints of Dark Slate #495351

Color information

#495351 (or 0x495351) is unknown color: approx Dark Slate. HEX triplet: 49, 53 and 51. RGB value is (73,83,81). Sum of RGB (Red+Green+Blue) = 73+83+81=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #495351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495351 is #B6ACAE. Grayscale: #4F4F4F. Windows color (decimal): -11971759 or 5329737. OLE color: 5329737.

HSL color Cylindrical-coordinate representation of color #495351: hue angle of 168º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495351 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB738381-
CMYK0.1200.020.67
HSL168º6.41%30.59%-
HSV(B)168º12.05%32.55%-
XYZ7.338.28.98-
YUV79.78128.69123.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=30.80%
G=35.02%
B=34.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383810.1200.020.671686.4130.59
Hex495351C0243a861f
Octal1111231211402103250637
Binary100100110100111010001110001010000111010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495351; }

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

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

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

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

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

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

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

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