#47288E

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

Shades of Blue Gem #47288E

Tints of Blue Gem #47288E

Color information

#47288E (or 0x47288E) is unknown color: approx Blue Gem. HEX triplet: 47, 28 and 8E. RGB value is (71,40,142). Sum of RGB (Red+Green+Blue) = 71+40+142=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #47288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47288E is #B8D771. Grayscale: #3C3C3C. Windows color (decimal): -12113778 or 9316423. OLE color: 9316423.

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

Color convert

RGB7140142-
CMYK0.50.7200.44
HSL258.24º56.04%35.69%-
HSV(B)258.24º71.83%55.69%-
XYZ8.244.8126.09-
YUV60.9173.77135.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=28.06%
G=15.81%
B=56.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71401420.50.7200.44258.2456.0435.69
Hex47288E324802C1023824
Octal10750216621100544027044
Binary10001111010001000111011001010010000101100100000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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