#48404E

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

Shades of Jagger #48404E

Tints of Jagger #48404E

Color information

#48404E (or 0x48404E) is unknown color: approx Jagger. HEX triplet: 48, 40 and 4E. RGB value is (72,64,78). Sum of RGB (Red+Green+Blue) = 72+64+78=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #48404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48404E is #B7BFB1. Grayscale: #434343. Windows color (decimal): -12042162 or 5128264. OLE color: 5128264.

HSL color Cylindrical-coordinate representation of color #48404E: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48404E is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB726478-
CMYK0.080.1800.69
HSL274.29º9.86%27.84%-
HSV(B)274.29º17.95%30.59%-
XYZ5.885.597.98-
YUV67.99133.65130.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=33.64%
G=29.91%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7264780.080.1800.69274.299.8627.84
Hex48404E812045112a1c
Octal110100116102201054221234
Binary10010001000000100111010001001001000101100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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