#47289A

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

Shades of Blue Gem #47289A

Tints of Blue Gem #47289A

Color information

#47289A (or 0x47289A) is unknown color: approx Blue Gem. HEX triplet: 47, 28 and 9A. RGB value is (71,40,154). Sum of RGB (Red+Green+Blue) = 71+40+154=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #47289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47289A is #B8D765. Grayscale: #3D3D3D. Windows color (decimal): -12113766 or 10102855. OLE color: 10102855.

HSL color Cylindrical-coordinate representation of color #47289A: hue angle of 256.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47289A is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7140154-
CMYK0.540.7400.40
HSL256.32º58.76%38.04%-
HSV(B)256.32º74.03%60.39%-
XYZ9.195.1931.09-
YUV62.26179.77134.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 154 (60.55% from 255) = 58.11%
R=26.79%
G=15.09%
B=58.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71401540.540.7400.40256.3258.7638.04
Hex47289A364A0281003b26
Octal10750232661120504007346
Binary10001111010001001101011011010010100101000100000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47289A; }

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

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

<style>
 a { background-color: #47289A; }

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

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

<style>
 span { border-color: #47289A; }

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

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