Html Css Color HEX #474D83 Jacksons Purple

📋 copy color: '#474D83'

red 71 ◦ green 77 ◦ blue 131

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

Shades of Jacksons Purple #474D83

Tints of Jacksons Purple #474D83

RGB

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

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

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

R = 25.45%
G = 27.6%
B = 46.95%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474D83 (or 0x474D83) is known color: Jacksons Purple. HEX triplet: 47, 4D and 83. RGB value is (71,77,131). Sum of RGB (Red+Green+Blue) = 71+77+131=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #474D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D83 is #B8B27C. Grayscale: #515151. Windows color (decimal): -12104317 or 8604999. OLE color: 8604999.

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

Color convert

RGB 71 77 131 -
CMYK 0.46 0.41 0 0.49
HSL 234º 0.3% 0.4% -
HSV(B) 234º 0.46% 0.51% -
XYZ 9.35 8.29 22.58 -
YUV 81.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 71 77 131 0.46 0.41 0 0.49 234 0.3 0.4
Hex 47 4D 83 2E 29 0 31 EA 1E 28
Octal 107 115 203 56 51 0 61 352 36 50
Binary 1000111 1001101 10000011 101110 101001 0 110001 11101010 11110 101000

Color Harmonies of #474D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D83

Black with #474D83

Text Example


Text Example

White with #474D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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