Html Css Color HEX #495352 Dark Slate

📋 copy color: '#495352'

red 73 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate #495352

Tints of Dark Slate #495352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 30.67%
G = 34.87%
B = 34.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#495352 (or 0x495352) is known color: Dark Slate. HEX triplet: 49, 53 and 52. RGB value is (73,83,82). Sum of RGB (Red+Green+Blue) = 73+83+82=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #495352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495352 is #B6ACAD. Grayscale: #4F4F4F. Windows color (decimal): -11971758 or 5395273. OLE color: 5395273.

HSL color Cylindrical-coordinate representation of color #495352: hue angle of 174º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495352 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 82 -
CMYK 0.12 0 0.01 0.67
HSL 174º 0.06% 0.31% -
HSV(B) 174º 0.12% 0.33% -
XYZ 7.36 8.21 9.18 -
YUV 79.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 73 83 82 0.12 0 0.01 0.67 174 0.06 0.31
Hex 49 53 52 C 0 1 43 AE 6 1F
Octal 111 123 122 14 0 1 103 256 6 37
Binary 1001001 1010011 1010010 1100 0 1 1000011 10101110 110 11111

Color Harmonies of #495352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495352

Black with #495352

Text Example


Text Example

White with #495352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495352; }

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

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

background-color css

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

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

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

border-color css

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

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

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