Html Css Color HEX #474C80 Jacksons Purple

📋 copy color: '#474C80'

red 71 ◦ green 76 ◦ blue 128

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

Shades of Jacksons Purple #474C80

Tints of Jacksons Purple #474C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 25.82%
G = 27.64%
B = 46.55%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474C80 (or 0x474C80) is known color: Jacksons Purple. HEX triplet: 47, 4C and 80. RGB value is (71,76,128). Sum of RGB (Red+Green+Blue) = 71+76+128=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #474C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C80 is #B8B37F. Grayscale: #505050. Windows color (decimal): -12104576 or 8408135. OLE color: 8408135.

HSL color Cylindrical-coordinate representation of color #474C80: hue angle of 234.74º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474C80 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 76 128 -
CMYK 0.45 0.41 0 0.50
HSL 234.74º 0.29% 0.39% -
HSV(B) 234.74º 0.45% 0.5% -
XYZ 9.08 8.07 21.5 -
YUV 80.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 71 76 128 0.45 0.41 0 0.50 234.74 0.29 0.39
Hex 47 4C 80 2D 29 0 32 EB 1D 27
Octal 107 114 200 55 51 0 62 353 35 47
Binary 1000111 1001100 10000000 101101 101001 0 110010 11101011 11101 100111

Color Harmonies of #474C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C80

Black with #474C80

Text Example


Text Example

White with #474C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,128); }

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

background-color css

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

 a { background-color: rgb(71,76,128); }

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

border-color css

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

 span { border-color: rgb(71,76,128); }

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