#48404D

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

Shades of Jagger #48404D

Tints of Jagger #48404D

Color information

#48404D (or 0x48404D) is unknown color: approx Jagger. HEX triplet: 48, 40 and 4D. RGB value is (72,64,77). Sum of RGB (Red+Green+Blue) = 72+64+77=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #48404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48404D is #B7BFB2. Grayscale: #434343. Windows color (decimal): -12042163 or 5062728. OLE color: 5062728.

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

Color convert

RGB726477-
CMYK0.060.1700.70
HSL276.92º9.22%27.65%-
HSV(B)276.92º16.88%30.2%-
XYZ5.855.587.79-
YUV67.87133.15130.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=33.80%
G=30.05%
B=36.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7264770.060.1700.70276.929.2227.65
Hex48404D61104611591c
Octal11010011562101064251134
Binary1001000100000010011011101000101000110100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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