#49369C

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

Shades of Blue Gem #49369C

Tints of Blue Gem #49369C

Color information

#49369C (or 0x49369C) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 9C. RGB value is (73,54,156). Sum of RGB (Red+Green+Blue) = 73+54+156=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #49369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49369C is #B6C963. Grayscale: #464646. Windows color (decimal): -11979108 or 10237513. OLE color: 10237513.

HSL color Cylindrical-coordinate representation of color #49369C: hue angle of 251.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49369C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7354156-
CMYK0.530.6500.39
HSL251.18º48.57%41.18%-
HSV(B)251.18º65.38%61.18%-
XYZ10.076.4632.17-
YUV71.31175.79129.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=25.80%
G=19.08%
B=55.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73541560.530.6500.39251.1848.5741.18
Hex49369C3541027fb3129
Octal11166234651010473736151
Binary1001001110110100111001101011000001010011111111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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