Html Css Color HEX #46417C Jacksons Purple

📋 copy color: '#46417C'

red 70 ◦ green 65 ◦ blue 124

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

Shades of Jacksons Purple #46417C

Tints of Jacksons Purple #46417C

RGB

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

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

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

R = 27.03%
G = 25.1%
B = 47.88%

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

#46417C (or 0x46417C) is known color: Jacksons Purple. HEX triplet: 46, 41 and 7C. RGB value is (70,65,124). Sum of RGB (Red+Green+Blue) = 70+65+124=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #46417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417C is #B9BE83. Grayscale: #484848. Windows color (decimal): -12172932 or 8143174. OLE color: 8143174.

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

Color convert

RGB 70 65 124 -
CMYK 0.44 0.48 0 0.51
HSL 245.08º 0.31% 0.37% -
HSV(B) 245.08º 0.48% 0.49% -
XYZ 8.05 6.54 19.91 -
YUV 73.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 70 65 124 0.44 0.48 0 0.51 245.08 0.31 0.37
Hex 46 41 7C 2C 30 0 33 F5 1F 25
Octal 106 101 174 54 60 0 63 365 37 45
Binary 1000110 1000001 1111100 101100 110000 0 110011 11110101 11111 100101

Color Harmonies of #46417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46417C

Black with #46417C

Text Example


Text Example

White with #46417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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