#45497B

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

Shades of Jacksons Purple #45497B

Tints of Jacksons Purple #45497B

Color information

#45497B (or 0x45497B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 49 and 7B. RGB value is (69,73,123). Sum of RGB (Red+Green+Blue) = 69+73+123=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #45497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45497B is #BAB684. Grayscale: #4D4D4D. Windows color (decimal): -12236421 or 8079685. OLE color: 8079685.

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

Color convert

RGB6973123-
CMYK0.440.4100.52
HSL235.56º28.12%37.65%-
HSV(B)235.56º43.9%48.24%-
XYZ8.417.4619.74-
YUV77.5153.67121.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=26.04%
G=27.55%
B=46.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69731230.440.4100.52235.5628.1237.65
Hex45497B2C29034ec1c26
Octal10511117354510643543446
Binary10001011001001111101110110010100101101001110110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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