#47328D

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

Shades of Blue Gem #47328D

Tints of Blue Gem #47328D

Color information

#47328D (or 0x47328D) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and 8D. RGB value is (71,50,141). Sum of RGB (Red+Green+Blue) = 71+50+141=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #47328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47328D is #B8CD72. Grayscale: #424242. Windows color (decimal): -12111219 or 9253447. OLE color: 9253447.

HSL color Cylindrical-coordinate representation of color #47328D: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47328D is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7150141-
CMYK0.500.6500.45
HSL253.85º47.64%37.45%-
HSV(B)253.85º64.54%55.29%-
XYZ8.555.5425.82-
YUV66.65169.96131.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=27.10%
G=19.08%
B=53.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71501410.500.6500.45253.8547.6437.45
Hex47328D324102Dfe3025
Octal10762215621010553766045
Binary1000111110010100011011100101000001010110111111110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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