#47368E

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

Shades of Blue Gem #47368E

Tints of Blue Gem #47368E

Color information

#47368E (or 0x47368E) is unknown color: approx Blue Gem. HEX triplet: 47, 36 and 8E. RGB value is (71,54,142). Sum of RGB (Red+Green+Blue) = 71+54+142=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #47368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47368E is #B8C971. Grayscale: #444444. Windows color (decimal): -12110194 or 9320007. OLE color: 9320007.

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

Color convert

RGB7154142-
CMYK0.50.6200.44
HSL251.59º44.9%38.43%-
HSV(B)251.59º61.97%55.69%-
XYZ8.85.9326.27-
YUV69.11169.13129.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=26.59%
G=20.22%
B=53.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71541420.50.6200.44251.5944.938.43
Hex47368E323E02Cfc2d26
Octal1076621662760543745546
Binary100011111011010001110110010111110010110011111100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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