#47389F

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

Shades of Blue Gem #47389F

Tints of Blue Gem #47389F

Color information

#47389F (or 0x47389F) is unknown color: approx Blue Gem. HEX triplet: 47, 38 and 9F. RGB value is (71,56,159). Sum of RGB (Red+Green+Blue) = 71+56+159=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #47389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47389F is #B8C760. Grayscale: #474747. Windows color (decimal): -12109665 or 10434631. OLE color: 10434631.

HSL color Cylindrical-coordinate representation of color #47389F: hue angle of 248.74º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47389F is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7156159-
CMYK0.550.6500.38
HSL248.74º47.91%42.16%-
HSV(B)248.74º64.78%62.35%-
XYZ10.276.6733.55-
YUV72.23176.97127.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=24.83%
G=19.58%
B=55.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71561590.550.6500.38248.7447.9142.16
Hex47389F3741026f9302a
Octal10770237671010463716052
Binary1000111111000100111111101111000001010011011111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47389F; }

 p { color: rgb(71,56,159); }

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

<style>
 a { background-color: #47389F; }

 a { background-color: rgb(71,56,159); }

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

<style>
 span { border-color: #47389F; }

 span { border-color: rgb(71,56,159); }

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