#49388F

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

Shades of Blue Gem #49388F

Tints of Blue Gem #49388F

Color information

#49388F (or 0x49388F) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 8F. RGB value is (73,56,143). Sum of RGB (Red+Green+Blue) = 73+56+143=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #49388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49388F is #B6C770. Grayscale: #464646. Windows color (decimal): -11978609 or 9386057. OLE color: 9386057.

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

Color convert

RGB7356143-
CMYK0.490.6100.44
HSL251.72º43.72%39.02%-
HSV(B)251.72º60.84%56.08%-
XYZ9.126.2326.71-
YUV71168.63129.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=26.84%
G=20.59%
B=52.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73561430.490.6100.44251.7243.7239.02
Hex49388F313D02Cfc2c27
Octal1117021761750543745447
Binary100100111100010001111110001111101010110011111100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49388F; }

 p { color: rgb(73,56,143); }

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

<style>
 a { background-color: #49388F; }

 a { background-color: rgb(73,56,143); }

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

<style>
 span { border-color: #49388F; }

 span { border-color: rgb(73,56,143); }

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