#495050

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

Shades of Dark Slate #495050

Tints of Dark Slate #495050

Color information

#495050 (or 0x495050) is unknown color: approx Dark Slate. HEX triplet: 49, 50 and 50. RGB value is (73,80,80). Sum of RGB (Red+Green+Blue) = 73+80+80=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #495050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495050 is #B6AFAF. Grayscale: #4D4D4D. Windows color (decimal): -11972528 or 5263433. OLE color: 5263433.

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

Color convert

RGB738080-
CMYK0.09000.69
HSL180º4.58%30%-
HSV(B)180º8.75%31.37%-
XYZ7.067.738.71-
YUV77.91129.18124.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=31.33%
G=34.33%
B=34.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380800.09000.691804.5830
Hex49505090045b451e
Octal1111201201100105264536
Binary10010011010000101000010010010001011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495050; }

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

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

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

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

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

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

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

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