#47239B

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

Shades of Blue Gem #47239B

Tints of Blue Gem #47239B

Color information

#47239B (or 0x47239B) is unknown color: approx Blue Gem. HEX triplet: 47, 23 and 9B. RGB value is (71,35,155). Sum of RGB (Red+Green+Blue) = 71+35+155=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #47239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47239B is #B8DC64. Grayscale: #3B3B3B. Windows color (decimal): -12115045 or 10167111. OLE color: 10167111.

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

Color convert

RGB7135155-
CMYK0.540.7700.39
HSL258º63.16%37.25%-
HSV(B)258º77.42%60.78%-
XYZ9.124.9131.48-
YUV59.44181.93136.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 155 (60.94% from 255) = 59.39%
R=27.20%
G=13.41%
B=59.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71351550.540.7700.3925863.1637.25
Hex47239B364D0271023f25
Octal10743233661150474027745
Binary10001111000111001101111011010011010100111100000010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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