#48375A

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

Shades of Jagger #48375A

Tints of Jagger #48375A

Color information

#48375A (or 0x48375A) is unknown color: approx Jagger. HEX triplet: 48, 37 and 5A. RGB value is (72,55,90). Sum of RGB (Red+Green+Blue) = 72+55+90=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #48375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48375A is #B7C8A5. Grayscale: #3F3F3F. Windows color (decimal): -12044454 or 5912392. OLE color: 5912392.

HSL color Cylindrical-coordinate representation of color #48375A: hue angle of 269.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48375A is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725590-
CMYK0.200.3900.65
HSL269.14º24.14%28.43%-
HSV(B)269.14º38.89%35.29%-
XYZ5.884.8510.3-
YUV64.07142.63133.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=33.18%
G=25.35%
B=41.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7255900.200.3900.65269.1424.1428.43
Hex48375A142704110d181c
Octal11067132244701014153034
Binary1001000110111101101010100100111010000011000011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48375A; }

 p { color: rgb(72,55,90); }

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

<style>
 a { background-color: #48375A; }

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

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

<style>
 span { border-color: #48375A; }

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

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