#47399F

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

Shades of Blue Gem #47399F

Tints of Blue Gem #47399F

Color information

#47399F (or 0x47399F) is unknown color: approx Blue Gem. HEX triplet: 47, 39 and 9F. RGB value is (71,57,159). Sum of RGB (Red+Green+Blue) = 71+57+159=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #47399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47399F is #B8C660. Grayscale: #484848. Windows color (decimal): -12109409 or 10434887. OLE color: 10434887.

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

Color convert

RGB7157159-
CMYK0.550.6400.38
HSL248.24º47.22%42.35%-
HSV(B)248.24º64.15%62.35%-
XYZ10.326.7733.56-
YUV72.81176.64126.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=24.74%
G=19.86%
B=55.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71571590.550.6400.38248.2447.2242.35
Hex47399F3740026f82f2a
Octal10771237671000463705752
Binary1000111111001100111111101111000000010011011111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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