#454B7A

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

Shades of Jacksons Purple #454B7A

Tints of Jacksons Purple #454B7A

Color information

#454B7A (or 0x454B7A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 7A. RGB value is (69,75,122). Sum of RGB (Red+Green+Blue) = 69+75+122=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #454B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B7A is #BAB485. Grayscale: #4E4E4E. Windows color (decimal): -12235910 or 8014661. OLE color: 8014661.

HSL color Cylindrical-coordinate representation of color #454B7A: hue angle of 233.21º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454B7A is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6975122-
CMYK0.430.3900.52
HSL233.21º27.75%37.45%-
HSV(B)233.21º43.44%47.84%-
XYZ8.487.719.45-
YUV78.56152.51121.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=25.94%
G=28.20%
B=45.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69751220.430.3900.52233.2127.7537.45
Hex454B7A2B27034e91c25
Octal10511317253470643513445
Binary10001011001011111101010101110011101101001110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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