Html Css Color HEX #46407C Jacksons Purple

📋 copy color: '#46407C'

red 70 ◦ green 64 ◦ blue 124

#46407C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #46407C

Tints of Jacksons Purple #46407C

RGB

 RED value IS 70 (27.73% from 255) = 27.13%

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 27.13%
G = 24.81%
B = 48.06%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46407C (or 0x46407C) is known color: Jacksons Purple. HEX triplet: 46, 40 and 7C. RGB value is (70,64,124). Sum of RGB (Red+Green+Blue) = 70+64+124=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #46407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407C is #B9BF83. Grayscale: #484848. Windows color (decimal): -12173188 or 8142918. OLE color: 8142918.

HSL color Cylindrical-coordinate representation of color #46407C: hue angle of 246º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46407C is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 64 124 -
CMYK 0.44 0.48 0 0.51
HSL 246º 0.32% 0.37% -
HSV(B) 246º 0.48% 0.49% -
XYZ 8 6.42 19.89 -
YUV 72.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 70 64 124 0.44 0.48 0 0.51 246 0.32 0.37
Hex 46 40 7C 2C 30 0 33 F6 20 25
Octal 106 100 174 54 60 0 63 366 40 45
Binary 1000110 1000000 1111100 101100 110000 0 110011 11110110 100000 100101

Color Harmonies of #46407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46407C

Black with #46407C

Text Example


Text Example

White with #46407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46407C; }

 p { color: rgb(70,64,124); }

 H1.HeaderClassName
 {
   color: #46407C;
 }
 .AnyTagClassName
 {
   color: #46407C;
 }
</style>

background-color css

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

 a { background-color: rgb(70,64,124); }

 div.DivClassName
 {
   background-color: #46407C;
 }
 .BgClassName
 {
   background-color: #46407C;
 }
</style>

border-color css

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

 span { border-color: rgb(70,64,124); }

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