#454B7B

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

Shades of Jacksons Purple #454B7B

Tints of Jacksons Purple #454B7B

Color information

#454B7B (or 0x454B7B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 7B. RGB value is (69,75,123). Sum of RGB (Red+Green+Blue) = 69+75+123=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #454B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B7B is #BAB484. Grayscale: #4E4E4E. Windows color (decimal): -12235909 or 8080197. OLE color: 8080197.

HSL color Cylindrical-coordinate representation of color #454B7B: hue angle of 233.33º 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 #454B7B is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6975123-
CMYK0.440.3900.52
HSL233.33º28.12%37.65%-
HSV(B)233.33º43.9%48.24%-
XYZ8.557.7319.78-
YUV78.68153.01121.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=25.84%
G=28.09%
B=46.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69751230.440.3900.52233.3328.1237.65
Hex454B7B2C27034e91c26
Octal10511317354470643513446
Binary10001011001011111101110110010011101101001110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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