#47369F

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

Shades of Blue Gem #47369F

Tints of Blue Gem #47369F

Color information

#47369F (or 0x47369F) is unknown color: approx Blue Gem. HEX triplet: 47, 36 and 9F. RGB value is (71,54,159). Sum of RGB (Red+Green+Blue) = 71+54+159=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #47369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47369F is #B8C960. Grayscale: #464646. Windows color (decimal): -12110177 or 10434119. OLE color: 10434119.

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

Color convert

RGB7154159-
CMYK0.550.6600.38
HSL249.71º49.3%41.76%-
HSV(B)249.71º66.04%62.35%-
XYZ10.186.4833.52-
YUV71.05177.63127.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 159 (62.5% from 255) = 55.99%
R=25%
G=19.01%
B=55.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71541590.550.6600.38249.7149.341.76
Hex47369F3742026fa312a
Octal10766237671020463726152
Binary1000111110110100111111101111000010010011011111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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