#48424C

Color #48424C Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #48424C

Tints of Jagger #48424C

Color information

#48424C (or 0x48424C) is unknown color: approx Jagger. HEX triplet: 48, 42 and 4C. RGB value is (72,66,76). Sum of RGB (Red+Green+Blue) = 72+66+76=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #48424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48424C is #B7BDB3. Grayscale: #444444. Windows color (decimal): -12041652 or 4997704. OLE color: 4997704.

HSL color Cylindrical-coordinate representation of color #48424C: hue angle of 276º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48424C is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB726676-
CMYK0.050.1300.70
HSL276º7.04%27.84%-
HSV(B)276º13.16%29.8%-
XYZ5.935.87.64-
YUV68.93131.99130.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=33.64%
G=30.84%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7266760.050.1300.702767.0427.84
Hex48424C5D04611471c
Octal1101021145150106424734
Binary10010001000010100110010111010100011010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48424C; }

 p { color: rgb(72,66,76); }

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

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

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

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

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

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

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