Html Css Color HEX #485454 Dark Slate

📋 copy color: '#485454'

red 72 ◦ green 84 ◦ blue 84

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

Shades of Dark Slate #485454

Tints of Dark Slate #485454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35%

R = 30%
G = 35%
B = 35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#485454 (or 0x485454) is known color: Dark Slate. HEX triplet: 48, 54 and 54. RGB value is (72,84,84). Sum of RGB (Red+Green+Blue) = 72+84+84=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #485454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485454 is #B7ABAB. Grayscale: #505050. Windows color (decimal): -12037036 or 5526600. OLE color: 5526600.

HSL color Cylindrical-coordinate representation of color #485454: hue angle of 180º 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 #485454 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 84 -
CMYK 0.14 0 0 0.67
HSL 180º 0.08% 0.31% -
HSV(B) 180º 0.14% 0.33% -
XYZ 7.44 8.36 9.61 -
YUV 80.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 72 84 84 0.14 0 0 0.67 180 0.08 0.31
Hex 48 54 54 E 0 0 43 B4 8 1F
Octal 110 124 124 16 0 0 103 264 10 37
Binary 1001000 1010100 1010100 1110 0 0 1000011 10110100 1000 11111

Color Harmonies of #485454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485454

Black with #485454

Text Example


Text Example

White with #485454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485454; }

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

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

background-color css

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

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

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

border-color css

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

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

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