#47378B

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

Shades of Blue Gem #47378B

Tints of Blue Gem #47378B

Color information

#47378B (or 0x47378B) is unknown color: approx Blue Gem. HEX triplet: 47, 37 and 8B. RGB value is (71,55,139). Sum of RGB (Red+Green+Blue) = 71+55+139=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #47378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378B is #B8C874. Grayscale: #454545. Windows color (decimal): -12109941 or 9123655. OLE color: 9123655.

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

Color convert

RGB7155139-
CMYK0.490.6000.45
HSL251.43º43.3%38.04%-
HSV(B)251.43º60.43%54.51%-
XYZ8.625.9425.12-
YUV69.36167.3129.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=26.79%
G=20.75%
B=52.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71551390.490.6000.45251.4343.338.04
Hex47378B313C02Dfb2b26
Octal1076721361740553735346
Binary100011111011110001011110001111100010110111111011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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