#46437B

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

Shades of Jacksons Purple #46437B

Tints of Jacksons Purple #46437B

Color information

#46437B (or 0x46437B) is unknown color: approx Jacksons Purple. HEX triplet: 46, 43 and 7B. RGB value is (70,67,123). Sum of RGB (Red+Green+Blue) = 70+67+123=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #46437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46437B is #B9BC84. Grayscale: #4A4A4A. Windows color (decimal): -12172421 or 8078150. OLE color: 8078150.

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

Color convert

RGB7067123-
CMYK0.430.4600.52
HSL243.21º29.47%37.25%-
HSV(B)243.21º45.53%48.24%-
XYZ8.116.7519.61-
YUV74.28155.49124.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=26.92%
G=25.77%
B=47.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70671230.430.4600.52243.2129.4737.25
Hex46437B2B2E034f31d25
Octal10610317353560643633545
Binary10001101000011111101110101110111001101001111001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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