#49449C

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

Shades of Blue Gem #49449C

Tints of Blue Gem #49449C

Color information

#49449C (or 0x49449C) is unknown color: approx Blue Gem. HEX triplet: 49, 44 and 9C. RGB value is (73,68,156). Sum of RGB (Red+Green+Blue) = 73+68+156=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #49449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49449C is #B6BB63. Grayscale: #4F4F4F. Windows color (decimal): -11975524 or 10241097. OLE color: 10241097.

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

Color convert

RGB7368156-
CMYK0.530.5600.39
HSL243.41º39.29%43.92%-
HSV(B)243.41º56.41%61.18%-
XYZ10.827.9532.42-
YUV79.53171.16123.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=24.58%
G=22.90%
B=52.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73681560.530.5600.39243.4139.2943.92
Hex49449C3538027f3272c
Octal11110423465700473634754
Binary1001001100010010011100110101111000010011111110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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