Shades of Blue Gem #493B8F
Tints of Blue Gem #493B8F
RGB
CMYK
RGB Variations
Color information
#493B8F (or 0x493B8F) is known color: Blue Gem. HEX triplet: 49, 3B and 8F. RGB value is (73,59,143). Sum of RGB (Red+Green+Blue) = 73+59+143=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #493B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B8F is #B6C470. Grayscale: #484848. Windows color (decimal): -11977841 or 9386825. OLE color: 9386825.
HSL color Cylindrical-coordinate representation of color #493B8F: hue angle of 250º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493B8F is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 59 | 143 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.44 |
| HSL | 250º | 0.42% | 0.4% | - |
| HSV(B) | 250º | 0.59% | 0.56% | - |
| XYZ | 9.27 | 6.53 | 26.76 | - |
| YUV | 72.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 143 | 0.49 | 0.59 | 0 | 0.44 | 250 | 0.42 | 0.4 |
| Hex | 49 | 3B | 8F | 31 | 3B | 0 | 2C | FA | 2A | 28 |
| Octal | 111 | 73 | 217 | 61 | 73 | 0 | 54 | 372 | 52 | 50 |
| Binary | 1001001 | 111011 | 10001111 | 110001 | 111011 | 0 | 101100 | 11111010 | 101010 | 101000 |
Color Harmonies of #493B8F
Complementary color
Monochromatic Colors of #493B8F
Black with #493B8F
Text Example
Text Example
White with #493B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B8F; }
p { color: rgb(73,59,143); }
H1.HeaderClassName
{
color: #493B8F;
}
.AnyTagClassName
{
color: #493B8F;
}
</style>
background-color css
<style>
a { background-color: #493B8F; }
a { background-color: rgb(73,59,143); }
div.DivClassName
{
background-color: #493B8F;
}
.BgClassName
{
background-color: #493B8F;
}
</style>
border-color css
<style>
span { border-color: #493B8F; }
span { border-color: rgb(73,59,143); }
td.TdClassName
{
border-color: #493B8F;
}
.TagClassName
{
border-color: #493B8F;
}
</style>