#49439B

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

Shades of Blue Gem #49439B

Tints of Blue Gem #49439B

Color information

#49439B (or 0x49439B) is unknown color: approx Blue Gem. HEX triplet: 49, 43 and 9B. RGB value is (73,67,155). Sum of RGB (Red+Green+Blue) = 73+67+155=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #49439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49439B is #B6BC64. Grayscale: #4E4E4E. Windows color (decimal): -11975781 or 10175305. OLE color: 10175305.

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

Color convert

RGB7367155-
CMYK0.530.5700.39
HSL244.09º39.64%43.53%-
HSV(B)244.09º56.77%60.78%-
XYZ10.677.831.95-
YUV78.83170.99123.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=24.75%
G=22.71%
B=52.54%

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
Decimal73671550.530.5700.39244.0939.6443.53
Hex49439B3539027f4282c
Octal11110323365710473645054
Binary1001001100001110011011110101111001010011111110100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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