#47348E

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

Shades of Blue Gem #47348E

Tints of Blue Gem #47348E

Color information

#47348E (or 0x47348E) is unknown color: approx Blue Gem. HEX triplet: 47, 34 and 8E. RGB value is (71,52,142). Sum of RGB (Red+Green+Blue) = 71+52+142=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #47348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47348E is #B8CB71. Grayscale: #434343. Windows color (decimal): -12110706 or 9319495. OLE color: 9319495.

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

Color convert

RGB7152142-
CMYK0.50.6300.44
HSL252.67º46.39%38.04%-
HSV(B)252.67º63.38%55.69%-
XYZ8.715.7526.24-
YUV67.94169.79130.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=26.79%
G=19.62%
B=53.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71521420.50.6300.44252.6746.3938.04
Hex47348E323F02Cfd2e26
Octal1076421662770543755646
Binary100011111010010001110110010111111010110011111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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