Html Css Color HEX #485252 Dark Slate

📋 copy color: '#485252'

red 72 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate #485252

Tints of Dark Slate #485252

RGB

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

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

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

R = 30.51%
G = 34.75%
B = 34.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#485252 (or 0x485252) is known color: Dark Slate. HEX triplet: 48, 52 and 52. RGB value is (72,82,82). Sum of RGB (Red+Green+Blue) = 72+82+82=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #485252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485252 is #B7ADAD. Grayscale: #4E4E4E. Windows color (decimal): -12037550 or 5395016. OLE color: 5395016.

HSL color Cylindrical-coordinate representation of color #485252: hue angle of 180º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #485252 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 82 -
CMYK 0.12 0 0 0.68
HSL 180º 0.06% 0.3% -
HSV(B) 180º 0.12% 0.32% -
XYZ 7.21 8.02 9.15 -
YUV 79.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 72 82 82 0.12 0 0 0.68 180 0.06 0.3
Hex 48 52 52 C 0 0 44 B4 6 1E
Octal 110 122 122 14 0 0 104 264 6 36
Binary 1001000 1010010 1010010 1100 0 0 1000100 10110100 110 11110

Color Harmonies of #485252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485252

Black with #485252

Text Example


Text Example

White with #485252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485252; }

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

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

background-color css

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

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

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

border-color css

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

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

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