Html Css Color HEX #474682 Jacksons Purple

📋 copy color: '#474682'

red 71 ◦ green 70 ◦ blue 130

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

Shades of Jacksons Purple #474682

Tints of Jacksons Purple #474682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 26.2%
G = 25.83%
B = 47.97%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474682 (or 0x474682) is known color: Jacksons Purple. HEX triplet: 47, 46 and 82. RGB value is (71,70,130). Sum of RGB (Red+Green+Blue) = 71+70+130=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #474682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474682 is #B8B97D. Grayscale: #4C4C4C. Windows color (decimal): -12106110 or 8537671. OLE color: 8537671.

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

Color convert

RGB 71 70 130 -
CMYK 0.45 0.46 0 0.49
HSL 241º 0.3% 0.39% -
HSV(B) 241º 0.46% 0.51% -
XYZ 8.82 7.33 22.07 -
YUV 77.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 71 70 130 0.45 0.46 0 0.49 241 0.3 0.39
Hex 47 46 82 2D 2E 0 31 F1 1E 27
Octal 107 106 202 55 56 0 61 361 36 47
Binary 1000111 1000110 10000010 101101 101110 0 110001 11110001 11110 100111

Color Harmonies of #474682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474682

Black with #474682

Text Example


Text Example

White with #474682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474682; }

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

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

background-color css

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

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

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

border-color css

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

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

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