Shades of Rich Blue #493AB8
Tints of Rich Blue #493AB8
RGB
CMYK
RGB Variations
Color information
#493AB8 (or 0x493AB8) is known color: Rich Blue. HEX triplet: 49, 3A and B8. RGB value is (73,58,184). Sum of RGB (Red+Green+Blue) = 73+58+184=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #493AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB8 is #B6C547. Grayscale: #4C4C4C. Windows color (decimal): -11978056 or 12073545. OLE color: 12073545.
HSL color Cylindrical-coordinate representation of color #493AB8: hue angle of 247.14º 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 #493AB8 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 58 | 184 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.28 |
| HSL | 247.14º | 0.52% | 0.47% | - |
| HSV(B) | 247.14º | 0.68% | 0.72% | - |
| XYZ | 12.91 | 7.9 | 46.19 | - |
| YUV | 76.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 184 | 0.60 | 0.68 | 0 | 0.28 | 247.14 | 0.52 | 0.47 |
| Hex | 49 | 3A | B8 | 3C | 44 | 0 | 1C | F7 | 34 | 2F |
| Octal | 111 | 72 | 270 | 74 | 104 | 0 | 34 | 367 | 64 | 57 |
| Binary | 1001001 | 111010 | 10111000 | 111100 | 1000100 | 0 | 11100 | 11110111 | 110100 | 101111 |
Color Harmonies of #493AB8
Complementary color
Monochromatic Colors of #493AB8
Black with #493AB8
Text Example
Text Example
White with #493AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AB8; }
p { color: rgb(73,58,184); }
H1.HeaderClassName
{
color: #493AB8;
}
.AnyTagClassName
{
color: #493AB8;
}
</style>
background-color css
<style>
a { background-color: #493AB8; }
a { background-color: rgb(73,58,184); }
div.DivClassName
{
background-color: #493AB8;
}
.BgClassName
{
background-color: #493AB8;
}
</style>
border-color css
<style>
span { border-color: #493AB8; }
span { border-color: rgb(73,58,184); }
td.TdClassName
{
border-color: #493AB8;
}
.TagClassName
{
border-color: #493AB8;
}
</style>