#49429C

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

Shades of Blue Gem #49429C

Tints of Blue Gem #49429C

Color information

#49429C (or 0x49429C) is unknown color: approx Blue Gem. HEX triplet: 49, 42 and 9C. RGB value is (73,66,156). Sum of RGB (Red+Green+Blue) = 73+66+156=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #49429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429C is #B6BD63. Grayscale: #4E4E4E. Windows color (decimal): -11976036 or 10240585. OLE color: 10240585.

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

Color convert

RGB7366156-
CMYK0.530.5800.39
HSL244.67º40.54%43.53%-
HSV(B)244.67º57.69%61.18%-
XYZ10.77.7132.38-
YUV78.35171.82124.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=24.75%
G=22.37%
B=52.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73661560.530.5800.39244.6740.5443.53
Hex49429C353A027f5292c
Octal11110223465720473655154
Binary1001001100001010011100110101111010010011111110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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