#454A8B

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

Shades of Jacksons Purple #454A8B

Tints of Jacksons Purple #454A8B

Color information

#454A8B (or 0x454A8B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4A and 8B. RGB value is (69,74,139). Sum of RGB (Red+Green+Blue) = 69+74+139=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #454A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A8B is #BAB574. Grayscale: #4F4F4F. Windows color (decimal): -12236149 or 9128517. OLE color: 9128517.

HSL color Cylindrical-coordinate representation of color #454A8B: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454A8B is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6974139-
CMYK0.500.4700.45
HSL235.71º33.65%40.78%-
HSV(B)235.71º50.36%54.51%-
XYZ9.568.0325.47-
YUV79.91161.34120.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=24.47%
G=26.24%
B=49.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69741390.500.4700.45235.7133.6540.78
Hex454A8B322F02Dec2229
Octal10511221362570553544251
Binary1000101100101010001011110010101111010110111101100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,139); }

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

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

 a { background-color: rgb(69,74,139); }

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

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

 span { border-color: rgb(69,74,139); }

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