#49289B

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

Shades of Blue Gem #49289B

Tints of Blue Gem #49289B

Color information

#49289B (or 0x49289B) is unknown color: approx Blue Gem. HEX triplet: 49, 28 and 9B. RGB value is (73,40,155). Sum of RGB (Red+Green+Blue) = 73+40+155=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #49289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49289B is #B6D764. Grayscale: #3E3E3E. Windows color (decimal): -11982693 or 10168393. OLE color: 10168393.

HSL color Cylindrical-coordinate representation of color #49289B: hue angle of 257.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49289B is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7340155-
CMYK0.530.7400.39
HSL257.22º58.97%38.24%-
HSV(B)257.22º74.19%60.78%-
XYZ9.425.331.54-
YUV62.98179.93135.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=27.24%
G=14.93%
B=57.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73401550.530.7400.39257.2258.9738.24
Hex49289B354A0271013b26
Octal11150233651120474017346
Binary10010011010001001101111010110010100100111100000001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,40,155); }

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

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

 a { background-color: rgb(73,40,155); }

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

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

 span { border-color: rgb(73,40,155); }

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