#45467B

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

Shades of Jacksons Purple #45467B

Tints of Jacksons Purple #45467B

Color information

#45467B (or 0x45467B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 46 and 7B. RGB value is (69,70,123). Sum of RGB (Red+Green+Blue) = 69+70+123=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #45467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45467B is #BAB984. Grayscale: #4B4B4B. Windows color (decimal): -12237189 or 8078917. OLE color: 8078917.

HSL color Cylindrical-coordinate representation of color #45467B: hue angle of 238.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45467B is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6970123-
CMYK0.440.4300.52
HSL238.89º28.12%37.65%-
HSV(B)238.89º43.9%48.24%-
XYZ8.227.0819.67-
YUV75.74154.67123.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=26.34%
G=26.72%
B=46.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69701230.440.4300.52238.8928.1237.65
Hex45467B2C2B034ef1c26
Octal10510617354530643573446
Binary10001011000110111101110110010101101101001110111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45467B; }

 p { color: rgb(69,70,123); }

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

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

 a { background-color: rgb(69,70,123); }

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

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

 span { border-color: rgb(69,70,123); }

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