#49308D

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

Shades of Blue Gem #49308D

Tints of Blue Gem #49308D

Color information

#49308D (or 0x49308D) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 8D. RGB value is (73,48,141). Sum of RGB (Red+Green+Blue) = 73+48+141=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #49308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49308D is #B6CF72. Grayscale: #414141. Windows color (decimal): -11980659 or 9252937. OLE color: 9252937.

HSL color Cylindrical-coordinate representation of color #49308D: hue angle of 256.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49308D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7348141-
CMYK0.480.6600.45
HSL256.13º49.21%37.06%-
HSV(B)256.13º65.96%55.29%-
XYZ8.615.4525.8-
YUV66.08170.28132.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=27.86%
G=18.32%
B=53.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73481410.480.6600.45256.1349.2137.06
Hex49308D304202D1003125
Octal11160215601020554006145
Binary10010011100001000110111000010000100101101100000000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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