#47348D

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

Shades of Blue Gem #47348D

Tints of Blue Gem #47348D

Color information

#47348D (or 0x47348D) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and 8D. RGB value is (71,52,141). Sum of RGB (Red+Green+Blue) = 71+52+141=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #47348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47348D is #B8CB72. Grayscale: #434343. Windows color (decimal): -12110707 or 9253959. OLE color: 9253959.

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

Color convert

RGB7152141-
CMYK0.500.6300.45
HSL252.81º46.11%37.84%-
HSV(B)252.81º63.12%55.29%-
XYZ8.635.7225.85-
YUV67.83169.29130.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=26.89%
G=19.70%
B=53.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71521410.500.6300.45252.8146.1137.84
Hex47348D323F02Dfd2e26
Octal1076421562770553755646
Binary100011111010010001101110010111111010110111111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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