Html Css Color HEX #464982 Jacksons Purple

📋 copy color: '#464982'

red 70 ◦ green 73 ◦ blue 130

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

Shades of Jacksons Purple #464982

Tints of Jacksons Purple #464982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 25.64%
G = 26.74%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464982 (or 0x464982) is known color: Jacksons Purple. HEX triplet: 46, 49 and 82. RGB value is (70,73,130). Sum of RGB (Red+Green+Blue) = 70+73+130=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #464982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464982 is #B9B67D. Grayscale: #4E4E4E. Windows color (decimal): -12170878 or 8538438. OLE color: 8538438.

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

Color convert

RGB 70 73 130 -
CMYK 0.46 0.44 0 0.49
HSL 237º 0.3% 0.39% -
HSV(B) 237º 0.46% 0.51% -
XYZ 8.94 7.68 22.13 -
YUV 78.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 70 73 130 0.46 0.44 0 0.49 237 0.3 0.39
Hex 46 49 82 2E 2C 0 31 ED 1E 27
Octal 106 111 202 56 54 0 61 355 36 47
Binary 1000110 1001001 10000010 101110 101100 0 110001 11101101 11110 100111

Color Harmonies of #464982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464982

Black with #464982

Text Example


Text Example

White with #464982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464982; }

 p { color: rgb(70,73,130); }

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

background-color css

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

 a { background-color: rgb(70,73,130); }

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

border-color css

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

 span { border-color: rgb(70,73,130); }

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