Html Css Color HEX #474D80 Jacksons Purple

📋 copy color: '#474D80'

red 71 ◦ green 77 ◦ blue 128

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

Shades of Jacksons Purple #474D80

Tints of Jacksons Purple #474D80

RGB

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

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

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

R = 25.72%
G = 27.9%
B = 46.38%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474D80 (or 0x474D80) is known color: Jacksons Purple. HEX triplet: 47, 4D and 80. RGB value is (71,77,128). Sum of RGB (Red+Green+Blue) = 71+77+128=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #474D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D80 is #B8B27F. Grayscale: #505050. Windows color (decimal): -12104320 or 8408391. OLE color: 8408391.

HSL color Cylindrical-coordinate representation of color #474D80: hue angle of 233.68º 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 #474D80 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 77 128 -
CMYK 0.45 0.40 0 0.50
HSL 233.68º 0.29% 0.39% -
HSV(B) 233.68º 0.45% 0.5% -
XYZ 9.15 8.21 21.52 -
YUV 81.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 71 77 128 0.45 0.40 0 0.50 233.68 0.29 0.39
Hex 47 4D 80 2D 28 0 32 EA 1D 27
Octal 107 115 200 55 50 0 62 352 35 47
Binary 1000111 1001101 10000000 101101 101000 0 110010 11101010 11101 100111

Color Harmonies of #474D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D80

Black with #474D80

Text Example


Text Example

White with #474D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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