#49269D

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

Shades of Blue Gem #49269D

Tints of Blue Gem #49269D

Color information

#49269D (or 0x49269D) is unknown color: approx Blue Gem. HEX triplet: 49, 26 and 9D. RGB value is (73,38,157). Sum of RGB (Red+Green+Blue) = 73+38+157=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #49269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49269D is #B6D962. Grayscale: #3D3D3D. Windows color (decimal): -11983203 or 10298953. OLE color: 10298953.

HSL color Cylindrical-coordinate representation of color #49269D: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49269D is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7338157-
CMYK0.540.7600.38
HSL257.65º61.03%38.24%-
HSV(B)257.65º75.8%61.57%-
XYZ9.535.2432.41-
YUV62.03181.6135.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=27.24%
G=14.18%
B=58.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73381570.540.7600.38257.6561.0338.24
Hex49269D364C0261023d26
Octal11146235661140464027546
Binary10010011001101001110111011010011000100110100000010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,38,157); }

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

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

 a { background-color: rgb(73,38,157); }

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

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

 span { border-color: rgb(73,38,157); }

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