Shades of Blue Gem #493FA5
Tints of Blue Gem #493FA5
RGB
CMYK
RGB Variations
Color information
#493FA5 (or 0x493FA5) is known color: Blue Gem. HEX triplet: 49, 3F and A5. RGB value is (73,63,165). Sum of RGB (Red+Green+Blue) = 73+63+165=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #493FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA5 is #B6C05A. Grayscale: #4D4D4D. Windows color (decimal): -11976795 or 10829641. OLE color: 10829641.
HSL color Cylindrical-coordinate representation of color #493FA5: hue angle of 245.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493FA5 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 63 | 165 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.35 |
| HSL | 245.88º | 0.45% | 0.45% | - |
| HSV(B) | 245.88º | 0.62% | 0.65% | - |
| XYZ | 11.32 | 7.69 | 36.48 | - |
| YUV | 77.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 165 | 0.56 | 0.62 | 0 | 0.35 | 245.88 | 0.45 | 0.45 |
| Hex | 49 | 3F | A5 | 38 | 3E | 0 | 23 | F6 | 2D | 2D |
| Octal | 111 | 77 | 245 | 70 | 76 | 0 | 43 | 366 | 55 | 55 |
| Binary | 1001001 | 111111 | 10100101 | 111000 | 111110 | 0 | 100011 | 11110110 | 101101 | 101101 |
Color Harmonies of #493FA5
Complementary color
Monochromatic Colors of #493FA5
Black with #493FA5
Text Example
Text Example
White with #493FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FA5; }
p { color: rgb(73,63,165); }
H1.HeaderClassName
{
color: #493FA5;
}
.AnyTagClassName
{
color: #493FA5;
}
</style>
background-color css
<style>
a { background-color: #493FA5; }
a { background-color: rgb(73,63,165); }
div.DivClassName
{
background-color: #493FA5;
}
.BgClassName
{
background-color: #493FA5;
}
</style>
border-color css
<style>
span { border-color: #493FA5; }
span { border-color: rgb(73,63,165); }
td.TdClassName
{
border-color: #493FA5;
}
.TagClassName
{
border-color: #493FA5;
}
</style>