Html Css Color HEX #464886 Jacksons Purple

📋 copy color: '#464886'

red 70 ◦ green 72 ◦ blue 134

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

Shades of Jacksons Purple #464886

Tints of Jacksons Purple #464886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 25.36%
G = 26.09%
B = 48.55%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464886 (or 0x464886) is known color: Jacksons Purple. HEX triplet: 46, 48 and 86. RGB value is (70,72,134). Sum of RGB (Red+Green+Blue) = 70+72+134=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #464886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464886 is #B9B779. Grayscale: #4E4E4E. Windows color (decimal): -12171130 or 8800326. OLE color: 8800326.

HSL color Cylindrical-coordinate representation of color #464886: hue angle of 238.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #464886 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 72 134 -
CMYK 0.48 0.46 0 0.47
HSL 238.13º 0.31% 0.4% -
HSV(B) 238.13º 0.48% 0.53% -
XYZ 9.15 7.66 23.55 -
YUV 78.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 70 72 134 0.48 0.46 0 0.47 238.13 0.31 0.4
Hex 46 48 86 30 2E 0 2F EE 1F 28
Octal 106 110 206 60 56 0 57 356 37 50
Binary 1000110 1001000 10000110 110000 101110 0 101111 11101110 11111 101000

Color Harmonies of #464886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464886

Black with #464886

Text Example


Text Example

White with #464886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464886; }

 p { color: rgb(70,72,134); }

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

background-color css

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

 a { background-color: rgb(70,72,134); }

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

border-color css

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

 span { border-color: rgb(70,72,134); }

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