#495150

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

Shades of Dark Slate #495150

Tints of Dark Slate #495150

Color information

#495150 (or 0x495150) is unknown color: approx Dark Slate. HEX triplet: 49, 51 and 50. RGB value is (73,81,80). Sum of RGB (Red+Green+Blue) = 73+81+80=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #495150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495150 is #B6AEAF. Grayscale: #4E4E4E. Windows color (decimal): -11972272 or 5263689. OLE color: 5263689.

HSL color Cylindrical-coordinate representation of color #495150: hue angle of 172.5º 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 #495150 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB738180-
CMYK0.1000.010.68
HSL172.5º5.19%30.2%-
HSV(B)172.5º9.88%31.76%-
XYZ7.147.888.73-
YUV78.49128.85124.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=31.20%
G=34.62%
B=34.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381800.1000.010.68172.55.1930.2
Hex495150A0144ac51e
Octal1111211201201104254536
Binary10010011010001101000010100110001001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495150; }

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

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

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

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

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

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

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

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