#47369D

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

Shades of Blue Gem #47369D

Tints of Blue Gem #47369D

Color information

#47369D (or 0x47369D) is unknown color: approx Blue Gem. HEX triplet: 47, 36 and 9D. RGB value is (71,54,157). Sum of RGB (Red+Green+Blue) = 71+54+157=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #47369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47369D is #B8C962. Grayscale: #464646. Windows color (decimal): -12110179 or 10303047. OLE color: 10303047.

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

Color convert

RGB7154157-
CMYK0.550.6600.38
HSL249.9º48.82%41.37%-
HSV(B)249.9º65.61%61.57%-
XYZ106.4132.61-
YUV70.82176.63128.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=25.18%
G=19.15%
B=55.67%

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
Decimal71541570.550.6600.38249.948.8241.37
Hex47369D3742026fa3129
Octal10766235671020463726151
Binary1000111110110100111011101111000010010011011111010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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