Html Css Color HEX #474683 Jacksons Purple

📋 copy color: '#474683'

red 71 ◦ green 70 ◦ blue 131

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

Shades of Jacksons Purple #474683

Tints of Jacksons Purple #474683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 26.1%
G = 25.74%
B = 48.16%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474683 (or 0x474683) is known color: Jacksons Purple. HEX triplet: 47, 46 and 83. RGB value is (71,70,131). Sum of RGB (Red+Green+Blue) = 71+70+131=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #474683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474683 is #B8B97C. Grayscale: #4D4D4D. Windows color (decimal): -12106109 or 8603207. OLE color: 8603207.

HSL color Cylindrical-coordinate representation of color #474683: hue angle of 240.98º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474683 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 70 131 -
CMYK 0.46 0.47 0 0.49
HSL 240.98º 0.3% 0.39% -
HSV(B) 240.98º 0.47% 0.51% -
XYZ 8.89 7.36 22.42 -
YUV 77.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 71 70 131 0.46 0.47 0 0.49 240.98 0.3 0.39
Hex 47 46 83 2E 2F 0 31 F1 1E 27
Octal 107 106 203 56 57 0 61 361 36 47
Binary 1000111 1000110 10000011 101110 101111 0 110001 11110001 11110 100111

Color Harmonies of #474683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474683

Black with #474683

Text Example


Text Example

White with #474683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474683; }

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

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

background-color css

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

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

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

border-color css

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

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

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