#49308A

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

Shades of Blue Gem #49308A

Tints of Blue Gem #49308A

Color information

#49308A (or 0x49308A) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 8A. RGB value is (73,48,138). Sum of RGB (Red+Green+Blue) = 73+48+138=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #49308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49308A is #B6CF75. Grayscale: #414141. Windows color (decimal): -11980662 or 9056329. OLE color: 9056329.

HSL color Cylindrical-coordinate representation of color #49308A: hue angle of 256.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49308A is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7348138-
CMYK0.470.6500.46
HSL256.67º48.39%36.47%-
HSV(B)256.67º65.22%54.12%-
XYZ8.395.3724.64-
YUV65.74168.78133.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=28.19%
G=18.53%
B=53.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73481380.470.6500.46256.6748.3936.47
Hex49308A2F4102E1013024
Octal11160212571010564016044
Binary10010011100001000101010111110000010101110100000001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,48,138); }

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

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

 a { background-color: rgb(73,48,138); }

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

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

 span { border-color: rgb(73,48,138); }

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