#47249B

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

Shades of Blue Gem #47249B

Tints of Blue Gem #47249B

Color information

#47249B (or 0x47249B) is unknown color: approx Blue Gem. HEX triplet: 47, 24 and 9B. RGB value is (71,36,155). Sum of RGB (Red+Green+Blue) = 71+36+155=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #47249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47249B is #B8DB64. Grayscale: #3B3B3B. Windows color (decimal): -12114789 or 10167367. OLE color: 10167367.

HSL color Cylindrical-coordinate representation of color #47249B: hue angle of 257.65º degrees, saturation: 0.62, 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 #47249B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7136155-
CMYK0.540.7700.39
HSL257.65º62.3%37.45%-
HSV(B)257.65º76.77%60.78%-
XYZ9.154.9731.49-
YUV60.03181.6135.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=27.10%
G=13.74%
B=59.16%

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
Decimal71361550.540.7700.39257.6562.337.45
Hex47249B364D0271023e25
Octal10744233661150474027645
Binary10001111001001001101111011010011010100111100000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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