#49339A

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

Shades of Blue Gem #49339A

Tints of Blue Gem #49339A

Color information

#49339A (or 0x49339A) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 9A. RGB value is (73,51,154). Sum of RGB (Red+Green+Blue) = 73+51+154=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #49339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49339A is #B6CC65. Grayscale: #444444. Windows color (decimal): -11979878 or 10105673. OLE color: 10105673.

HSL color Cylindrical-coordinate representation of color #49339A: hue angle of 252.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49339A is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7351154-
CMYK0.530.6700.40
HSL252.82º50.24%40.2%-
HSV(B)252.82º66.88%60.39%-
XYZ9.766.1231.24-
YUV69.32175.79130.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=26.26%
G=18.35%
B=55.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73511540.530.6700.40252.8250.2440.2
Hex49339A3543028fd3228
Octal11163232651030503756250
Binary1001001110011100110101101011000011010100011111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49339A; }

 p { color: rgb(73,51,154); }

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

<style>
 a { background-color: #49339A; }

 a { background-color: rgb(73,51,154); }

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

<style>
 span { border-color: #49339A; }

 span { border-color: rgb(73,51,154); }

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