#454779

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

Shades of Jacksons Purple #454779

Tints of Jacksons Purple #454779

Color information

#454779 (or 0x454779) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 79. RGB value is (69,71,121). Sum of RGB (Red+Green+Blue) = 69+71+121=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #454779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454779 is #BAB886. Grayscale: #4B4B4B. Windows color (decimal): -12236935 or 7948101. OLE color: 7948101.

HSL color Cylindrical-coordinate representation of color #454779: hue angle of 237.69º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454779 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6971121-
CMYK0.430.4100.53
HSL237.69º27.37%37.25%-
HSV(B)237.69º42.98%47.45%-
XYZ8.167.1519.04-
YUV76.1153.34122.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=26.44%
G=27.20%
B=46.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69711210.430.4100.53237.6927.3737.25
Hex4547792B29035ee1b25
Octal10510717153510653563345
Binary10001011000111111100110101110100101101011110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454779; }

 p { color: rgb(69,71,121); }

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

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

 a { background-color: rgb(69,71,121); }

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

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

 span { border-color: rgb(69,71,121); }

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