Html Css Color HEX #495E5A Dark Slate

📋 copy color: '#495E5A'

red 73 ◦ green 94 ◦ blue 90

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

Shades of Dark Slate #495E5A

Tints of Dark Slate #495E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 28.4%
G = 36.58%
B = 35.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#495E5A (or 0x495E5A) is known color: Dark Slate. HEX triplet: 49, 5E and 5A. RGB value is (73,94,90). Sum of RGB (Red+Green+Blue) = 73+94+90=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #495E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E5A is #B6A1A5. Grayscale: #575757. Windows color (decimal): -11968934 or 5922377. OLE color: 5922377.

HSL color Cylindrical-coordinate representation of color #495E5A: hue angle of 168.57º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495E5A is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 90 -
CMYK 0.22 0 0.04 0.63
HSL 168.57º 0.13% 0.33% -
HSV(B) 168.57º 0.22% 0.37% -
XYZ 8.6 10.16 11.18 -
YUV 87.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 73 94 90 0.22 0 0.04 0.63 168.57 0.13 0.33
Hex 49 5E 5A 16 0 4 3F A9 D 21
Octal 111 136 132 26 0 4 77 251 15 41
Binary 1001001 1011110 1011010 10110 0 100 111111 10101001 1101 100001

Color Harmonies of #495E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E5A

Black with #495E5A

Text Example


Text Example

White with #495E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495E5A; }

 p { color: rgb(73,94,90); }

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

background-color css

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

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

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

border-color css

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

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

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