#45477A

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

Shades of Jacksons Purple #45477A

Tints of Jacksons Purple #45477A

Color information

#45477A (or 0x45477A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 7A. RGB value is (69,71,122). Sum of RGB (Red+Green+Blue) = 69+71+122=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #45477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45477A is #BAB885. Grayscale: #4C4C4C. Windows color (decimal): -12236934 or 8013637. OLE color: 8013637.

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

Color convert

RGB6971122-
CMYK0.430.4200.52
HSL237.74º27.75%37.45%-
HSV(B)237.74º43.44%47.84%-
XYZ8.227.1819.36-
YUV76.22153.84122.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=26.34%
G=27.10%
B=46.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69711220.430.4200.52237.7427.7537.45
Hex45477A2B2A034ee1c25
Octal10510717253520643563445
Binary10001011000111111101010101110101001101001110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45477A; }

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

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

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

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

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

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

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

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