#47378C

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

Shades of Blue Gem #47378C

Tints of Blue Gem #47378C

Color information

#47378C (or 0x47378C) is unknown color: approx Blue Gem. HEX triplet: 47, 37 and 8C. RGB value is (71,55,140). Sum of RGB (Red+Green+Blue) = 71+55+140=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #47378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378C is #B8C873. Grayscale: #454545. Windows color (decimal): -12109940 or 9189191. OLE color: 9189191.

HSL color Cylindrical-coordinate representation of color #47378C: hue angle of 251.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47378C is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7155140-
CMYK0.490.6100.45
HSL251.29º43.59%38.24%-
HSV(B)251.29º60.71%54.9%-
XYZ8.75.9725.5-
YUV69.47167.8129.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=26.69%
G=20.68%
B=52.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71551400.490.6100.45251.2943.5938.24
Hex47378C313D02Dfb2c26
Octal1076721461750553735446
Binary100011111011110001100110001111101010110111111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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