Html Css Color HEX #495250 Dark Slate

📋 copy color: '#495250'

red 73 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate #495250

Tints of Dark Slate #495250

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 31.06%
G = 34.89%
B = 34.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#495250 (or 0x495250) is known color: Dark Slate. HEX triplet: 49, 52 and 50. RGB value is (73,82,80). Sum of RGB (Red+Green+Blue) = 73+82+80=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #495250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495250 is #B6ADAF. Grayscale: #4F4F4F. Windows color (decimal): -11972016 or 5263945. OLE color: 5263945.

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

Color convert

RGB 73 82 80 -
CMYK 0.11 0 0.02 0.68
HSL 166.67º 0.06% 0.3% -
HSV(B) 166.67º 0.11% 0.32% -
XYZ 7.21 8.03 8.76 -
YUV 79.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 73 82 80 0.11 0 0.02 0.68 166.67 0.06 0.3
Hex 49 52 50 B 0 2 44 A7 6 1E
Octal 111 122 120 13 0 2 104 247 6 36
Binary 1001001 1010010 1010000 1011 0 10 1000100 10100111 110 11110

Color Harmonies of #495250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495250

Black with #495250

Text Example


Text Example

White with #495250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495250; }

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

 H1.HeaderClassName
 {
   color: #495250;
 }
 .AnyTagClassName
 {
   color: #495250;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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