#454B80

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

Shades of Jacksons Purple #454B80

Tints of Jacksons Purple #454B80

Color information

#454B80 (or 0x454B80) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 80. RGB value is (69,75,128). Sum of RGB (Red+Green+Blue) = 69+75+128=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #454B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B80 is #BAB47F. Grayscale: #4F4F4F. Windows color (decimal): -12235904 or 8407877. OLE color: 8407877.

HSL color Cylindrical-coordinate representation of color #454B80: hue angle of 233.9º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454B80 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6975128-
CMYK0.460.4100.50
HSL233.9º29.95%38.63%-
HSV(B)233.9º46.09%50.2%-
XYZ8.877.8621.47-
YUV79.25155.51120.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=25.37%
G=27.57%
B=47.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69751280.460.4100.50233.929.9538.63
Hex454B802E29032ea1e27
Octal10511320056510623523647
Binary100010110010111000000010111010100101100101110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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