Html Css Color HEX #474A83 Jacksons Purple

📋 copy color: '#474A83'

red 71 ◦ green 74 ◦ blue 131

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

Shades of Jacksons Purple #474A83

Tints of Jacksons Purple #474A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 25.72%
G = 26.81%
B = 47.46%

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

#474A83 (or 0x474A83) is known color: Jacksons Purple. HEX triplet: 47, 4A and 83. RGB value is (71,74,131). Sum of RGB (Red+Green+Blue) = 71+74+131=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #474A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A83 is #B8B57C. Grayscale: #4F4F4F. Windows color (decimal): -12105085 or 8604231. OLE color: 8604231.

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

Color convert

RGB 71 74 131 -
CMYK 0.46 0.44 0 0.49
HSL 237º 0.3% 0.4% -
HSV(B) 237º 0.46% 0.51% -
XYZ 9.14 7.88 22.51 -
YUV 79.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 71 74 131 0.46 0.44 0 0.49 237 0.3 0.4
Hex 47 4A 83 2E 2C 0 31 ED 1E 28
Octal 107 112 203 56 54 0 61 355 36 50
Binary 1000111 1001010 10000011 101110 101100 0 110001 11101101 11110 101000

Color Harmonies of #474A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A83

Black with #474A83

Text Example


Text Example

White with #474A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,131); }

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

background-color css

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

 a { background-color: rgb(71,74,131); }

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

border-color css

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

 span { border-color: rgb(71,74,131); }

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