Html Css Color HEX #495050 Dark Slate

📋 copy color: '#495050'

red 73 ◦ green 80 ◦ blue 80

#495050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #495050

Tints of Dark Slate #495050

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 value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#495050 (or 0x495050) is known color: 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

RGB 73 80 80 -
CMYK 0.09 0 0 0.69
HSL 180º 0.05% 0.3% -
HSV(B) 180º 0.09% 0.31% -
XYZ 7.06 7.73 8.71 -
YUV 77.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 73 80 80 0.09 0 0 0.69 180 0.05 0.3
Hex 49 50 50 9 0 0 45 B4 5 1E
Octal 111 120 120 11 0 0 105 264 5 36
Binary 1001001 1010000 1010000 1001 0 0 1000101 10110100 101 11110

Color Harmonies of #495050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495050

Black with #495050

Text Example


Text Example

White with #495050

Text Example


Text Example

HTML Codes & Css Web 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>