#46437F

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

Shades of Jacksons Purple #46437F

Tints of Jacksons Purple #46437F

Color information

#46437F (or 0x46437F) is unknown color: approx Jacksons Purple. HEX triplet: 46, 43 and 7F. RGB value is (70,67,127). Sum of RGB (Red+Green+Blue) = 70+67+127=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #46437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46437F is #B9BC80. Grayscale: #4A4A4A. Windows color (decimal): -12172417 or 8340294. OLE color: 8340294.

HSL color Cylindrical-coordinate representation of color #46437F: hue angle of 243º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46437F is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7067127-
CMYK0.450.4700.50
HSL243º30.93%38.04%-
HSV(B)243º47.24%49.8%-
XYZ8.366.8520.96-
YUV74.74157.49124.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 127 (50% from 255) = 48.11%
R=26.52%
G=25.38%
B=48.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70671270.450.4700.5024330.9338.04
Hex46437F2D2F032f31f26
Octal10610317755570623633746
Binary10001101000011111111110110110111101100101111001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46437F; }

 p { color: rgb(70,67,127); }

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

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

 a { background-color: rgb(70,67,127); }

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

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

 span { border-color: rgb(70,67,127); }

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