Html Css Color HEX #495856 Dark Slate

📋 copy color: '#495856'

red 73 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #495856

Tints of Dark Slate #495856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 29.55%
G = 35.63%
B = 34.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#495856 (or 0x495856) is known color: Dark Slate. HEX triplet: 49, 58 and 56. RGB value is (73,88,86). Sum of RGB (Red+Green+Blue) = 73+88+86=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #495856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495856 is #B6A7A9. Grayscale: #535353. Windows color (decimal): -11970474 or 5658697. OLE color: 5658697.

HSL color Cylindrical-coordinate representation of color #495856: hue angle of 172º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495856 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 86 -
CMYK 0.17 0 0.02 0.65
HSL 172º 0.09% 0.32% -
HSV(B) 172º 0.17% 0.35% -
XYZ 7.92 9.07 10.14 -
YUV 83.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 73 88 86 0.17 0 0.02 0.65 172 0.09 0.32
Hex 49 58 56 11 0 2 41 AC 9 20
Octal 111 130 126 21 0 2 101 254 11 40
Binary 1001001 1011000 1010110 10001 0 10 1000001 10101100 1001 100000

Color Harmonies of #495856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495856

Black with #495856

Text Example


Text Example

White with #495856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495856; }

 p { color: rgb(73,88,86); }

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

background-color css

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

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

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

border-color css

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

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

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