Html Css Color HEX #464684 Jacksons Purple

📋 copy color: '#464684'

red 70 ◦ green 70 ◦ blue 132

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

Shades of Jacksons Purple #464684

Tints of Jacksons Purple #464684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 25.74%
G = 25.74%
B = 48.53%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464684 (or 0x464684) is known color: Jacksons Purple. HEX triplet: 46, 46 and 84. RGB value is (70,70,132). Sum of RGB (Red+Green+Blue) = 70+70+132=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #464684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464684 is #B9B97B. Grayscale: #4C4C4C. Windows color (decimal): -12171644 or 8668742. OLE color: 8668742.

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

Color convert

RGB 70 70 132 -
CMYK 0.47 0.47 0 0.48
HSL 240º 0.31% 0.4% -
HSV(B) 240º 0.47% 0.52% -
XYZ 8.88 7.35 22.78 -
YUV 77.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 70 70 132 0.47 0.47 0 0.48 240 0.31 0.4
Hex 46 46 84 2F 2F 0 30 F0 1F 28
Octal 106 106 204 57 57 0 60 360 37 50
Binary 1000110 1000110 10000100 101111 101111 0 110000 11110000 11111 101000

Color Harmonies of #464684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464684

Black with #464684

Text Example


Text Example

White with #464684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464684; }

 p { color: rgb(70,70,132); }

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

background-color css

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

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

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

border-color css

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

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

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