Shades of Blue Gem #493FA4
Tints of Blue Gem #493FA4
RGB
CMYK
RGB Variations
Color information
#493FA4 (or 0x493FA4) is known color: Blue Gem. HEX triplet: 49, 3F and A4. RGB value is (73,63,164). Sum of RGB (Red+Green+Blue) = 73+63+164=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #493FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA4 is #B6C05B. Grayscale: #4D4D4D. Windows color (decimal): -11976796 or 10764105. OLE color: 10764105.
HSL color Cylindrical-coordinate representation of color #493FA4: hue angle of 245.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493FA4 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 63 | 164 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.36 |
| HSL | 245.94º | 0.44% | 0.45% | - |
| HSV(B) | 245.94º | 0.62% | 0.64% | - |
| XYZ | 11.23 | 7.65 | 36.01 | - |
| YUV | 77.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 164 | 0.55 | 0.62 | 0 | 0.36 | 245.94 | 0.44 | 0.45 |
| Hex | 49 | 3F | A4 | 37 | 3E | 0 | 24 | F6 | 2C | 2D |
| Octal | 111 | 77 | 244 | 67 | 76 | 0 | 44 | 366 | 54 | 55 |
| Binary | 1001001 | 111111 | 10100100 | 110111 | 111110 | 0 | 100100 | 11110110 | 101100 | 101101 |
Color Harmonies of #493FA4
Complementary color
Monochromatic Colors of #493FA4
Black with #493FA4
Text Example
Text Example
White with #493FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FA4; }
p { color: rgb(73,63,164); }
H1.HeaderClassName
{
color: #493FA4;
}
.AnyTagClassName
{
color: #493FA4;
}
</style>
background-color css
<style>
a { background-color: #493FA4; }
a { background-color: rgb(73,63,164); }
div.DivClassName
{
background-color: #493FA4;
}
.BgClassName
{
background-color: #493FA4;
}
</style>
border-color css
<style>
span { border-color: #493FA4; }
span { border-color: rgb(73,63,164); }
td.TdClassName
{
border-color: #493FA4;
}
.TagClassName
{
border-color: #493FA4;
}
</style>