#45488B

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

Shades of Jacksons Purple #45488B

Tints of Jacksons Purple #45488B

Color information

#45488B (or 0x45488B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 8B. RGB value is (69,72,139). Sum of RGB (Red+Green+Blue) = 69+72+139=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #45488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45488B is #BAB774. Grayscale: #4E4E4E. Windows color (decimal): -12236661 or 9128005. OLE color: 9128005.

HSL color Cylindrical-coordinate representation of color #45488B: hue angle of 237.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45488B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6972139-
CMYK0.500.4800.45
HSL237.43º33.65%40.78%-
HSV(B)237.43º50.36%54.51%-
XYZ9.437.7625.43-
YUV78.74162.01121.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=24.64%
G=25.71%
B=49.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69721390.500.4800.45237.4333.6540.78
Hex45488B323002Ded2229
Octal10511021362600553554251
Binary1000101100100010001011110010110000010110111101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,72,139); }

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

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

 a { background-color: rgb(69,72,139); }

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

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

 span { border-color: rgb(69,72,139); }

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