#47328E

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

Shades of Blue Gem #47328E

Tints of Blue Gem #47328E

Color information

#47328E (or 0x47328E) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and 8E. RGB value is (71,50,142). Sum of RGB (Red+Green+Blue) = 71+50+142=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #47328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47328E is #B8CD71. Grayscale: #424242. Windows color (decimal): -12111218 or 9318983. OLE color: 9318983.

HSL color Cylindrical-coordinate representation of color #47328E: hue angle of 253.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47328E is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7150142-
CMYK0.50.6500.44
HSL253.7º47.92%37.65%-
HSV(B)253.7º64.79%55.69%-
XYZ8.625.5726.21-
YUV66.77170.46131.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=27.00%
G=19.01%
B=53.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71501420.50.6500.44253.747.9237.65
Hex47328E324102Cfe3026
Octal10762216621010543766046
Binary1000111110010100011101100101000001010110011111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,50,142); }

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

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

 a { background-color: rgb(71,50,142); }

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

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

 span { border-color: rgb(71,50,142); }

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