#47229E

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

Shades of Blue Gem #47229E

Tints of Blue Gem #47229E

Color information

#47229E (or 0x47229E) is unknown color: approx Blue Gem. HEX triplet: 47, 22 and 9E. RGB value is (71,34,158). Sum of RGB (Red+Green+Blue) = 71+34+158=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #47229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47229E is #B8DD61. Grayscale: #3A3A3A. Windows color (decimal): -12115298 or 10363463. OLE color: 10363463.

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

Color convert

RGB7134158-
CMYK0.550.7800.38
HSL257.9º64.58%37.65%-
HSV(B)257.9º78.48%61.96%-
XYZ9.344.9532.81-
YUV59.2183.76136.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=27.00%
G=12.93%
B=60.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71341580.550.7800.38257.964.5837.65
Hex47229E374E0261024126
Octal107422366711604640210146
Binary100011110001010011110110111100111001001101000000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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