Html Css Color HEX #474684 Jacksons Purple

📋 copy color: '#474684'

red 71 ◦ green 70 ◦ blue 132

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

Shades of Jacksons Purple #474684

Tints of Jacksons Purple #474684

RGB

 RED value IS 71 (28.13% from 255) = 26.01%

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

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

R = 26.01%
G = 25.64%
B = 48.35%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#474684 (or 0x474684) is known color: Jacksons Purple. HEX triplet: 47, 46 and 84. RGB value is (71,70,132). Sum of RGB (Red+Green+Blue) = 71+70+132=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #474684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474684 is #B8B97B. Grayscale: #4D4D4D. Windows color (decimal): -12106108 or 8668743. OLE color: 8668743.

HSL color Cylindrical-coordinate representation of color #474684: hue angle of 240.97º 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 #474684 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 70 132 -
CMYK 0.46 0.47 0 0.48
HSL 240.97º 0.31% 0.4% -
HSV(B) 240.97º 0.47% 0.52% -
XYZ 8.95 7.39 22.78 -
YUV 77.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 71 70 132 0.46 0.47 0 0.48 240.97 0.31 0.4
Hex 47 46 84 2E 2F 0 30 F1 1F 28
Octal 107 106 204 56 57 0 60 361 37 50
Binary 1000111 1000110 10000100 101110 101111 0 110000 11110001 11111 101000

Color Harmonies of #474684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474684

Black with #474684

Text Example


Text Example

White with #474684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474684; }

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

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

background-color css

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

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

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

border-color css

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

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

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