#45497C

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

Shades of Jacksons Purple #45497C

Tints of Jacksons Purple #45497C

Color information

#45497C (or 0x45497C) is unknown color: approx Jacksons Purple. HEX triplet: 45, 49 and 7C. RGB value is (69,73,124). Sum of RGB (Red+Green+Blue) = 69+73+124=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #45497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45497C is #BAB683. Grayscale: #4D4D4D. Windows color (decimal): -12236420 or 8145221. OLE color: 8145221.

HSL color Cylindrical-coordinate representation of color #45497C: hue angle of 235.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45497C is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6973124-
CMYK0.440.4100.51
HSL235.64º28.5%37.84%-
HSV(B)235.64º44.35%48.63%-
XYZ8.477.4920.07-
YUV77.62154.17121.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=25.94%
G=27.44%
B=46.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69731240.440.4100.51235.6428.537.84
Hex45497C2C29033ec1c26
Octal10511117454510633543446
Binary10001011001001111110010110010100101100111110110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45497C; }

 p { color: rgb(69,73,124); }

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

<style>
 a { background-color: #45497C; }

 a { background-color: rgb(69,73,124); }

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

<style>
 span { border-color: #45497C; }

 span { border-color: rgb(69,73,124); }

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