#49429B

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

Shades of Blue Gem #49429B

Tints of Blue Gem #49429B

Color information

#49429B (or 0x49429B) is unknown color: approx Blue Gem. HEX triplet: 49, 42 and 9B. RGB value is (73,66,155). Sum of RGB (Red+Green+Blue) = 73+66+155=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #49429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429B is #B6BD64. Grayscale: #4D4D4D. Windows color (decimal): -11976037 or 10175049. OLE color: 10175049.

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

Color convert

RGB7366155-
CMYK0.530.5700.39
HSL244.72º40.27%43.33%-
HSV(B)244.72º57.42%60.78%-
XYZ10.617.6831.93-
YUV78.24171.32124.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=24.83%
G=22.45%
B=52.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73661550.530.5700.39244.7240.2743.33
Hex49429B3539027f5282b
Octal11110223365710473655053
Binary1001001100001010011011110101111001010011111110101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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