#47399B

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

Shades of Blue Gem #47399B

Tints of Blue Gem #47399B

Color information

#47399B (or 0x47399B) is unknown color: approx Blue Gem. HEX triplet: 47, 39 and 9B. RGB value is (71,57,155). Sum of RGB (Red+Green+Blue) = 71+57+155=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #47399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47399B is #B8C664. Grayscale: #474747. Windows color (decimal): -12109413 or 10172743. OLE color: 10172743.

HSL color Cylindrical-coordinate representation of color #47399B: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47399B is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7157155-
CMYK0.540.6300.39
HSL248.57º46.23%41.57%-
HSV(B)248.57º63.23%60.78%-
XYZ9.986.6331.76-
YUV72.36174.64127.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=25.09%
G=20.14%
B=54.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71571550.540.6300.39248.5746.2341.57
Hex47399B363F027f92e2a
Octal1077123366770473715652
Binary100011111100110011011110110111111010011111111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,57,155); }

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

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

 a { background-color: rgb(71,57,155); }

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

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

 span { border-color: rgb(71,57,155); }

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