Html Css Color HEX #474D89 Jacksons Purple

📋 copy color: '#474D89'

red 71 ◦ green 77 ◦ blue 137

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

Shades of Jacksons Purple #474D89

Tints of Jacksons Purple #474D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 24.91%
G = 27.02%
B = 48.07%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474D89 (or 0x474D89) is known color: Jacksons Purple. HEX triplet: 47, 4D and 89. RGB value is (71,77,137). Sum of RGB (Red+Green+Blue) = 71+77+137=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #474D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D89 is #B8B276. Grayscale: #515151. Windows color (decimal): -12104311 or 8998215. OLE color: 8998215.

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

Color convert

RGB 71 77 137 -
CMYK 0.48 0.44 0 0.46
HSL 234.55º 0.32% 0.41% -
HSV(B) 234.55º 0.48% 0.54% -
XYZ 9.77 8.45 24.78 -
YUV 82.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 71 77 137 0.48 0.44 0 0.46 234.55 0.32 0.41
Hex 47 4D 89 30 2C 0 2E EB 20 29
Octal 107 115 211 60 54 0 56 353 40 51
Binary 1000111 1001101 10001001 110000 101100 0 101110 11101011 100000 101001

Color Harmonies of #474D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D89

Black with #474D89

Text Example


Text Example

White with #474D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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