Html Css Color HEX #474E84 Jacksons Purple

📋 copy color: '#474E84'

red 71 ◦ green 78 ◦ blue 132

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

Shades of Jacksons Purple #474E84

Tints of Jacksons Purple #474E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

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

R = 25.27%
G = 27.76%
B = 46.98%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#474E84 (or 0x474E84) is known color: Jacksons Purple. HEX triplet: 47, 4E and 84. RGB value is (71,78,132). Sum of RGB (Red+Green+Blue) = 71+78+132=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #474E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E84 is #B8B17B. Grayscale: #515151. Windows color (decimal): -12104060 or 8670791. OLE color: 8670791.

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

Color convert

RGB 71 78 132 -
CMYK 0.46 0.41 0 0.48
HSL 233.11º 0.3% 0.4% -
HSV(B) 233.11º 0.46% 0.52% -
XYZ 9.49 8.45 22.96 -
YUV 82.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 71 78 132 0.46 0.41 0 0.48 233.11 0.3 0.4
Hex 47 4E 84 2E 29 0 30 E9 1E 28
Octal 107 116 204 56 51 0 60 351 36 50
Binary 1000111 1001110 10000100 101110 101001 0 110000 11101001 11110 101000

Color Harmonies of #474E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E84

Black with #474E84

Text Example


Text Example

White with #474E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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