#49449D

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

Shades of Blue Gem #49449D

Tints of Blue Gem #49449D

Color information

#49449D (or 0x49449D) is unknown color: approx Blue Gem. HEX triplet: 49, 44 and 9D. RGB value is (73,68,157). Sum of RGB (Red+Green+Blue) = 73+68+157=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #49449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49449D is #B6BB62. Grayscale: #4F4F4F. Windows color (decimal): -11975523 or 10306633. OLE color: 10306633.

HSL color Cylindrical-coordinate representation of color #49449D: hue angle of 243.37º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49449D is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7368157-
CMYK0.540.5700.38
HSL243.37º39.56%44.12%-
HSV(B)243.37º56.69%61.57%-
XYZ10.97.9932.87-
YUV79.64171.66123.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=24.50%
G=22.82%
B=52.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73681570.540.5700.38243.3739.5644.12
Hex49449D3639026f3282c
Octal11110423566710463635054
Binary1001001100010010011101110110111001010011011110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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