#484A4A

Color #484A4A Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #484A4A

Tints of Dark Slate #484A4A

Color information

#484A4A (or 0x484A4A) is unknown color: approx Dark Slate. HEX triplet: 48, 4A and 4A. RGB value is (72,74,74). Sum of RGB (Red+Green+Blue) = 72+74+74=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #484A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A4A is #B7B5B5. Grayscale: #494949. Windows color (decimal): -12039606 or 4868680. OLE color: 4868680.

HSL color Cylindrical-coordinate representation of color #484A4A: hue angle of 180º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #484A4A is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB727474-
CMYK0.03000.71
HSL180º1.37%28.63%-
HSV(B)180º2.7%29.02%-
XYZ6.366.777.45-
YUV73.4128.34127-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=32.73%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274740.03000.711801.3728.63
Hex484A4A30047b411d
Octal110112112300107264135
Binary1001000100101010010101100100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A4A; }

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

 H1.HeaderClassName
 {
   color: #484A4A;
 }
 .AnyTagClassName
 {
   color: #484A4A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #484A4A;
 }
 .BgClassName
 {
   background-color: #484A4A;
 }
</style>
border-color css

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

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

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