#49368C

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

Shades of Blue Gem #49368C

Tints of Blue Gem #49368C

Color information

#49368C (or 0x49368C) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 8C. RGB value is (73,54,140). Sum of RGB (Red+Green+Blue) = 73+54+140=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #49368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49368C is #B6C973. Grayscale: #454545. Windows color (decimal): -11979124 or 9188937. OLE color: 9188937.

HSL color Cylindrical-coordinate representation of color #49368C: hue angle of 253.26º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49368C is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7354140-
CMYK0.480.6100.45
HSL253.26º44.33%38.04%-
HSV(B)253.26º61.43%54.9%-
XYZ8.85.9525.5-
YUV69.48167.79130.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=27.34%
G=20.22%
B=52.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73541400.480.6100.45253.2644.3338.04
Hex49368C303D02Dfd2c26
Octal1116621460750553755446
Binary100100111011010001100110000111101010110111111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49368C; }

 p { color: rgb(73,54,140); }

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

<style>
 a { background-color: #49368C; }

 a { background-color: rgb(73,54,140); }

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

<style>
 span { border-color: #49368C; }

 span { border-color: rgb(73,54,140); }

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