#454A7A

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

Shades of Jacksons Purple #454A7A

Tints of Jacksons Purple #454A7A

Color information

#454A7A (or 0x454A7A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4A and 7A. RGB value is (69,74,122). Sum of RGB (Red+Green+Blue) = 69+74+122=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #454A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A7A is #BAB585. Grayscale: #4D4D4D. Windows color (decimal): -12236166 or 8014405. OLE color: 8014405.

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

Color convert

RGB6974122-
CMYK0.430.3900.52
HSL234.34º27.75%37.45%-
HSV(B)234.34º43.44%47.84%-
XYZ8.427.5719.43-
YUV77.98152.84121.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=26.04%
G=27.92%
B=46.04%

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
Decimal69741220.430.3900.52234.3427.7537.45
Hex454A7A2B27034ea1c25
Octal10511217253470643523445
Binary10001011001010111101010101110011101101001110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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