Html Css Color HEX #464280 Jacksons Purple

📋 copy color: '#464280'

red 70 ◦ green 66 ◦ blue 128

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

Shades of Jacksons Purple #464280

Tints of Jacksons Purple #464280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 26.52%
G = 25%
B = 48.48%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#464280 (or 0x464280) is known color: Jacksons Purple. HEX triplet: 46, 42 and 80. RGB value is (70,66,128). Sum of RGB (Red+Green+Blue) = 70+66+128=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #464280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464280 is #B9BD7F. Grayscale: #4A4A4A. Windows color (decimal): -12172672 or 8405574. OLE color: 8405574.

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

Color convert

RGB 70 66 128 -
CMYK 0.45 0.48 0 0.50
HSL 243.87º 0.32% 0.38% -
HSV(B) 243.87º 0.48% 0.5% -
XYZ 8.37 6.76 21.29 -
YUV 74.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 70 66 128 0.45 0.48 0 0.50 243.87 0.32 0.38
Hex 46 42 80 2D 30 0 32 F4 20 26
Octal 106 102 200 55 60 0 62 364 40 46
Binary 1000110 1000010 10000000 101101 110000 0 110010 11110100 100000 100110

Color Harmonies of #464280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464280

Black with #464280

Text Example


Text Example

White with #464280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464280; }

 p { color: rgb(70,66,128); }

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

background-color css

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

 a { background-color: rgb(70,66,128); }

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

border-color css

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

 span { border-color: rgb(70,66,128); }

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