Html Css Color HEX #475352 Dark Slate

📋 copy color: '#475352'

red 71 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate #475352

Tints of Dark Slate #475352

RGB

 RED value IS 71 (28.13% from 255) = 30.08%

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

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

R = 30.08%
G = 35.17%
B = 34.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#475352 (or 0x475352) is known color: Dark Slate. HEX triplet: 47, 53 and 52. RGB value is (71,83,82). Sum of RGB (Red+Green+Blue) = 71+83+82=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #475352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475352 is #B8ACAD. Grayscale: #4F4F4F. Windows color (decimal): -12102830 or 5395271. OLE color: 5395271.

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

Color convert

RGB 71 83 82 -
CMYK 0.14 0 0.01 0.67
HSL 175º 0.08% 0.3% -
HSV(B) 175º 0.14% 0.33% -
XYZ 7.21 8.14 9.17 -
YUV 79.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 71 83 82 0.14 0 0.01 0.67 175 0.08 0.3
Hex 47 53 52 E 0 1 43 AF 8 1E
Octal 107 123 122 16 0 1 103 257 10 36
Binary 1000111 1010011 1010010 1110 0 1 1000011 10101111 1000 11110

Color Harmonies of #475352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475352

Black with #475352

Text Example


Text Example

White with #475352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475352; }

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

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

background-color css

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

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

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

border-color css

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

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

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