#454B85

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

Shades of Jacksons Purple #454B85

Tints of Jacksons Purple #454B85

Color information

#454B85 (or 0x454B85) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 85. RGB value is (69,75,133). Sum of RGB (Red+Green+Blue) = 69+75+133=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #454B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B85 is #BAB47A. Grayscale: #4F4F4F. Windows color (decimal): -12235899 or 8735557. OLE color: 8735557.

HSL color Cylindrical-coordinate representation of color #454B85: hue angle of 234.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454B85 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6975133-
CMYK0.480.4400.48
HSL234.38º31.68%39.61%-
HSV(B)234.38º48.12%52.16%-
XYZ9.27.9923.25-
YUV79.82158.01120.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=24.91%
G=27.08%
B=48.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69751330.480.4400.48234.3831.6839.61
Hex454B85302C030ea2028
Octal10511320560540603524050
Binary1000101100101110000101110000101100011000011101010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B85; }

 p { color: rgb(69,75,133); }

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

<style>
 a { background-color: #454B85; }

 a { background-color: rgb(69,75,133); }

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

<style>
 span { border-color: #454B85; }

 span { border-color: rgb(69,75,133); }

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