#48497B

Color #48497B Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #48497B

Tints of Jacksons Purple #48497B

Color information

#48497B (or 0x48497B) is unknown color: approx Jacksons Purple. HEX triplet: 48, 49 and 7B. RGB value is (72,73,123). Sum of RGB (Red+Green+Blue) = 72+73+123=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #48497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48497B is #B7B684. Grayscale: #4E4E4E. Windows color (decimal): -12039813 or 8079688. OLE color: 8079688.

HSL color Cylindrical-coordinate representation of color #48497B: hue angle of 238.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48497B is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7273123-
CMYK0.410.4100.52
HSL238.82º26.15%38.24%-
HSV(B)238.82º41.46%48.24%-
XYZ8.637.5719.75-
YUV78.4153.17123.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=26.87%
G=27.24%
B=45.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72731230.410.4100.52238.8226.1538.24
Hex48497B2929034ef1a26
Octal11011117351510643573246
Binary10010001001001111101110100110100101101001110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48497B; }

 p { color: rgb(72,73,123); }

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

<style>
 a { background-color: #48497B; }

 a { background-color: rgb(72,73,123); }

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

<style>
 span { border-color: #48497B; }

 span { border-color: rgb(72,73,123); }

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