Html Css Color HEX #46417F Jacksons Purple

📋 copy color: '#46417F'

red 70 ◦ green 65 ◦ blue 127

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

Shades of Jacksons Purple #46417F

Tints of Jacksons Purple #46417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 26.72%
G = 24.81%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46417F (or 0x46417F) is known color: Jacksons Purple. HEX triplet: 46, 41 and 7F. RGB value is (70,65,127). Sum of RGB (Red+Green+Blue) = 70+65+127=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #46417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417F is #B9BE80. Grayscale: #494949. Windows color (decimal): -12172929 or 8339782. OLE color: 8339782.

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

Color convert

RGB 70 65 127 -
CMYK 0.45 0.49 0 0.50
HSL 244.84º 0.32% 0.38% -
HSV(B) 244.84º 0.49% 0.5% -
XYZ 8.25 6.61 20.92 -
YUV 73.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 70 65 127 0.45 0.49 0 0.50 244.84 0.32 0.38
Hex 46 41 7F 2D 31 0 32 F5 20 26
Octal 106 101 177 55 61 0 62 365 40 46
Binary 1000110 1000001 1111111 101101 110001 0 110010 11110101 100000 100110

Color Harmonies of #46417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46417F

Black with #46417F

Text Example


Text Example

White with #46417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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