Html Css Color HEX #46417E Jacksons Purple

📋 copy color: '#46417E'

red 70 ◦ green 65 ◦ blue 126

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

Shades of Jacksons Purple #46417E

Tints of Jacksons Purple #46417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 26.82%
G = 24.9%
B = 48.28%

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

#46417E (or 0x46417E) is known color: Jacksons Purple. HEX triplet: 46, 41 and 7E. RGB value is (70,65,126). Sum of RGB (Red+Green+Blue) = 70+65+126=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #46417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417E is #B9BE81. Grayscale: #494949. Windows color (decimal): -12172930 or 8274246. OLE color: 8274246.

HSL color Cylindrical-coordinate representation of color #46417E: hue angle of 244.92º 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 #46417E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 65 126 -
CMYK 0.44 0.48 0 0.51
HSL 244.92º 0.32% 0.37% -
HSV(B) 244.92º 0.48% 0.49% -
XYZ 8.18 6.59 20.58 -
YUV 73.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 70 65 126 0.44 0.48 0 0.51 244.92 0.32 0.37
Hex 46 41 7E 2C 30 0 33 F5 20 25
Octal 106 101 176 54 60 0 63 365 40 45
Binary 1000110 1000001 1111110 101100 110000 0 110011 11110101 100000 100101

Color Harmonies of #46417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46417E

Black with #46417E

Text Example


Text Example

White with #46417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46417E; }

 p { color: rgb(70,65,126); }

 H1.HeaderClassName
 {
   color: #46417E;
 }
 .AnyTagClassName
 {
   color: #46417E;
 }
</style>

background-color css

<style>
 a { background-color: #46417E; }

 a { background-color: rgb(70,65,126); }

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

border-color css

<style>
 span { border-color: #46417E; }

 span { border-color: rgb(70,65,126); }

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