Html Css Color HEX #475452 Dark Slate

📋 copy color: '#475452'

red 71 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #475452

Tints of Dark Slate #475452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

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

R = 29.96%
G = 35.44%
B = 34.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#475452 (or 0x475452) is known color: Dark Slate. HEX triplet: 47, 54 and 52. RGB value is (71,84,82). Sum of RGB (Red+Green+Blue) = 71+84+82=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #475452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475452 is #B8ABAD. Grayscale: #4F4F4F. Windows color (decimal): -12102574 or 5395527. OLE color: 5395527.

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

Color convert

RGB 71 84 82 -
CMYK 0.15 0 0.02 0.67
HSL 170.77º 0.08% 0.3% -
HSV(B) 170.77º 0.15% 0.33% -
XYZ 7.29 8.29 9.2 -
YUV 79.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 71 84 82 0.15 0 0.02 0.67 170.77 0.08 0.3
Hex 47 54 52 F 0 2 43 AB 8 1E
Octal 107 124 122 17 0 2 103 253 10 36
Binary 1000111 1010100 1010010 1111 0 10 1000011 10101011 1000 11110

Color Harmonies of #475452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475452

Black with #475452

Text Example


Text Example

White with #475452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475452; }

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

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

background-color css

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

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

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

border-color css

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

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

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