Html Css Color HEX #46407D Jacksons Purple

📋 copy color: '#46407D'

red 70 ◦ green 64 ◦ blue 125

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

Shades of Jacksons Purple #46407D

Tints of Jacksons Purple #46407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 27.03%
G = 24.71%
B = 48.26%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46407D (or 0x46407D) is known color: Jacksons Purple. HEX triplet: 46, 40 and 7D. RGB value is (70,64,125). Sum of RGB (Red+Green+Blue) = 70+64+125=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #46407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46407D is #B9BF82. Grayscale: #484848. Windows color (decimal): -12173187 or 8208454. OLE color: 8208454.

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

Color convert

RGB 70 64 125 -
CMYK 0.44 0.49 0 0.51
HSL 245.9º 0.32% 0.37% -
HSV(B) 245.9º 0.49% 0.49% -
XYZ 8.06 6.45 20.22 -
YUV 72.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 70 64 125 0.44 0.49 0 0.51 245.9 0.32 0.37
Hex 46 40 7D 2C 31 0 33 F6 20 25
Octal 106 100 175 54 61 0 63 366 40 45
Binary 1000110 1000000 1111101 101100 110001 0 110011 11110110 100000 100101

Color Harmonies of #46407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46407D

Black with #46407D

Text Example


Text Example

White with #46407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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