#48424D

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

Shades of Jagger #48424D

Tints of Jagger #48424D

Color information

#48424D (or 0x48424D) is unknown color: approx Jagger. HEX triplet: 48, 42 and 4D. RGB value is (72,66,77). Sum of RGB (Red+Green+Blue) = 72+66+77=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #48424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48424D is #B7BDB2. Grayscale: #454545. Windows color (decimal): -12041651 or 5063240. OLE color: 5063240.

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

Color convert

RGB726677-
CMYK0.060.1400.70
HSL272.73º7.69%28.04%-
HSV(B)272.73º14.29%30.2%-
XYZ5.965.817.83-
YUV69.05132.49130.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=33.49%
G=30.70%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7266770.060.1400.70272.737.6928.04
Hex48424D6E04611181c
Octal11010211561601064211034
Binary100100010000101001101110111001000110100010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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