#454B82

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

Shades of Jacksons Purple #454B82

Tints of Jacksons Purple #454B82

Color information

#454B82 (or 0x454B82) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 82. RGB value is (69,75,130). Sum of RGB (Red+Green+Blue) = 69+75+130=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #454B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B82 is #BAB47D. Grayscale: #4F4F4F. Windows color (decimal): -12235902 or 8538949. OLE color: 8538949.

HSL color Cylindrical-coordinate representation of color #454B82: hue angle of 234.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454B82 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6975130-
CMYK0.470.4200.49
HSL234.1º30.65%39.02%-
HSV(B)234.1º46.92%50.98%-
XYZ97.9122.17-
YUV79.48156.51120.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=25.18%
G=27.37%
B=47.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69751300.470.4200.49234.130.6539.02
Hex454B822F2A031ea1f27
Octal10511320257520613523747
Binary100010110010111000001010111110101001100011110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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