#47378E

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

Shades of Blue Gem #47378E

Tints of Blue Gem #47378E

Color information

#47378E (or 0x47378E) is unknown color: approx Blue Gem. HEX triplet: 47, 37 and 8E. RGB value is (71,55,142). Sum of RGB (Red+Green+Blue) = 71+55+142=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #47378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378E is #B8C871. Grayscale: #454545. Windows color (decimal): -12109938 or 9320263. OLE color: 9320263.

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

Color convert

RGB7155142-
CMYK0.50.6100.44
HSL251.03º44.16%38.63%-
HSV(B)251.03º61.27%55.69%-
XYZ8.856.0226.29-
YUV69.7168.8128.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=26.49%
G=20.52%
B=52.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71551420.50.6100.44251.0344.1638.63
Hex47378E323D02Cfb2c27
Octal1076721662750543735447
Binary100011111011110001110110010111101010110011111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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