#47209E

Color #47209E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #47209E

Tints of Blue Gem #47209E

Color information

#47209E (or 0x47209E) is unknown color: approx Blue Gem. HEX triplet: 47, 20 and 9E. RGB value is (71,32,158). Sum of RGB (Red+Green+Blue) = 71+32+158=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #47209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209E is #B8DF61. Grayscale: #393939. Windows color (decimal): -12115810 or 10362951. OLE color: 10362951.

HSL color Cylindrical-coordinate representation of color #47209E: hue angle of 258.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47209E is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7132158-
CMYK0.550.8000.38
HSL258.57º66.32%37.25%-
HSV(B)258.57º79.75%61.96%-
XYZ9.294.8432.79-
YUV58.02184.42137.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=27.20%
G=12.26%
B=60.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71321580.550.8000.38258.5766.3237.25
Hex47209E37500261034225
Octal107402366712004640310245
Binary100011110000010011110110111101000001001101000000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47209E; }

 p { color: rgb(71,32,158); }

 H1.HeaderClassName
 {
   color: #47209E;
 }
 .AnyTagClassName
 {
   color: #47209E;
 }
</style>
background-color css

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

 a { background-color: rgb(71,32,158); }

 div.DivClassName
 {
   background-color: #47209E;
 }
 .BgClassName
 {
   background-color: #47209E;
 }
</style>
border-color css

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

 span { border-color: rgb(71,32,158); }

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