Html Css Color HEX #474A89 Jacksons Purple

📋 copy color: '#474A89'

red 71 ◦ green 74 ◦ blue 137

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

Shades of Jacksons Purple #474A89

Tints of Jacksons Purple #474A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 25.18%
G = 26.24%
B = 48.58%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474A89 (or 0x474A89) is known color: Jacksons Purple. HEX triplet: 47, 4A and 89. RGB value is (71,74,137). Sum of RGB (Red+Green+Blue) = 71+74+137=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #474A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A89 is #B8B576. Grayscale: #505050. Windows color (decimal): -12105079 or 8997447. OLE color: 8997447.

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

Color convert

RGB 71 74 137 -
CMYK 0.48 0.46 0 0.46
HSL 237.27º 0.32% 0.41% -
HSV(B) 237.27º 0.48% 0.54% -
XYZ 9.56 8.04 24.72 -
YUV 80.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 71 74 137 0.48 0.46 0 0.46 237.27 0.32 0.41
Hex 47 4A 89 30 2E 0 2E ED 20 29
Octal 107 112 211 60 56 0 56 355 40 51
Binary 1000111 1001010 10001001 110000 101110 0 101110 11101101 100000 101001

Color Harmonies of #474A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A89

Black with #474A89

Text Example


Text Example

White with #474A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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