Html Css Color HEX #485452 Dark Slate

📋 copy color: '#485452'

red 72 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #485452

Tints of Dark Slate #485452

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

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

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

R = 30.25%
G = 35.29%
B = 34.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#485452 (or 0x485452) is known color: Dark Slate. HEX triplet: 48, 54 and 52. RGB value is (72,84,82). Sum of RGB (Red+Green+Blue) = 72+84+82=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #485452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485452 is #B7ABAD. Grayscale: #505050. Windows color (decimal): -12037038 or 5395528. OLE color: 5395528.

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

Color convert

RGB 72 84 82 -
CMYK 0.14 0 0.02 0.67
HSL 170º 0.08% 0.31% -
HSV(B) 170º 0.14% 0.33% -
XYZ 7.37 8.33 9.2 -
YUV 80.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 72 84 82 0.14 0 0.02 0.67 170 0.08 0.31
Hex 48 54 52 E 0 2 43 AA 8 1F
Octal 110 124 122 16 0 2 103 252 10 37
Binary 1001000 1010100 1010010 1110 0 10 1000011 10101010 1000 11111

Color Harmonies of #485452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485452

Black with #485452

Text Example


Text Example

White with #485452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485452; }

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

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

background-color css

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

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

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

border-color css

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

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

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