Html Css Color HEX #495E5C Dark Slate

📋 copy color: '#495E5C'

red 73 ◦ green 94 ◦ blue 92

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

Shades of Dark Slate #495E5C

Tints of Dark Slate #495E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 28.19%
G = 36.29%
B = 35.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#495E5C (or 0x495E5C) is known color: Dark Slate. HEX triplet: 49, 5E and 5C. RGB value is (73,94,92). Sum of RGB (Red+Green+Blue) = 73+94+92=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 94 - color contains mainly: green. Hex color #495E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E5C is #B6A1A3. Grayscale: #575757. Windows color (decimal): -11968932 or 6053449. OLE color: 6053449.

HSL color Cylindrical-coordinate representation of color #495E5C: hue angle of 174.29º 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 #495E5C is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 92 -
CMYK 0.22 0 0.02 0.63
HSL 174.29º 0.13% 0.33% -
HSV(B) 174.29º 0.22% 0.37% -
XYZ 8.68 10.19 11.64 -
YUV 87.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 73 94 92 0.22 0 0.02 0.63 174.29 0.13 0.33
Hex 49 5E 5C 16 0 2 3F AE D 21
Octal 111 136 134 26 0 2 77 256 15 41
Binary 1001001 1011110 1011100 10110 0 10 111111 10101110 1101 100001

Color Harmonies of #495E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E5C

Black with #495E5C

Text Example


Text Example

White with #495E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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