#47379B

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

Shades of Blue Gem #47379B

Tints of Blue Gem #47379B

Color information

#47379B (or 0x47379B) is unknown color: approx Blue Gem. HEX triplet: 47, 37 and 9B. RGB value is (71,55,155). Sum of RGB (Red+Green+Blue) = 71+55+155=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #47379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47379B is #B8C864. Grayscale: #464646. Windows color (decimal): -12109925 or 10172231. OLE color: 10172231.

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

Color convert

RGB7155155-
CMYK0.540.6500.39
HSL249.6º47.62%41.18%-
HSV(B)249.6º64.52%60.78%-
XYZ9.886.4431.73-
YUV71.18175.3127.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=25.27%
G=19.57%
B=55.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71551550.540.6500.39249.647.6241.18
Hex47379B3641027fa3029
Octal10767233661010473726051
Binary1000111110111100110111101101000001010011111111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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