Shades of Rich Blue #493AB7
Tints of Rich Blue #493AB7
RGB
CMYK
RGB Variations
Color information
#493AB7 (or 0x493AB7) is known color: Rich Blue. HEX triplet: 49, 3A and B7. RGB value is (73,58,183). Sum of RGB (Red+Green+Blue) = 73+58+183=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #493AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB7 is #B6C548. Grayscale: #4C4C4C. Windows color (decimal): -11978057 or 12008009. OLE color: 12008009.
HSL color Cylindrical-coordinate representation of color #493AB7: hue angle of 247.2º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493AB7 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 58 | 183 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.28 |
| HSL | 247.2º | 0.52% | 0.47% | - |
| HSV(B) | 247.2º | 0.68% | 0.72% | - |
| XYZ | 12.81 | 7.86 | 45.64 | - |
| YUV | 76.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 183 | 0.60 | 0.68 | 0 | 0.28 | 247.2 | 0.52 | 0.47 |
| Hex | 49 | 3A | B7 | 3C | 44 | 0 | 1C | F7 | 34 | 2F |
| Octal | 111 | 72 | 267 | 74 | 104 | 0 | 34 | 367 | 64 | 57 |
| Binary | 1001001 | 111010 | 10110111 | 111100 | 1000100 | 0 | 11100 | 11110111 | 110100 | 101111 |
Color Harmonies of #493AB7
Complementary color
Monochromatic Colors of #493AB7
Black with #493AB7
Text Example
Text Example
White with #493AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AB7; }
p { color: rgb(73,58,183); }
H1.HeaderClassName
{
color: #493AB7;
}
.AnyTagClassName
{
color: #493AB7;
}
</style>
background-color css
<style>
a { background-color: #493AB7; }
a { background-color: rgb(73,58,183); }
div.DivClassName
{
background-color: #493AB7;
}
.BgClassName
{
background-color: #493AB7;
}
</style>
border-color css
<style>
span { border-color: #493AB7; }
span { border-color: rgb(73,58,183); }
td.TdClassName
{
border-color: #493AB7;
}
.TagClassName
{
border-color: #493AB7;
}
</style>