Shades of Rich Blue #493EB8
Tints of Rich Blue #493EB8
RGB
CMYK
RGB Variations
Color information
#493EB8 (or 0x493EB8) is known color: Rich Blue. HEX triplet: 49, 3E and B8. RGB value is (73,62,184). Sum of RGB (Red+Green+Blue) = 73+62+184=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #493EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EB8 is #B6C147. Grayscale: #4E4E4E. Windows color (decimal): -11977032 or 12074569. OLE color: 12074569.
HSL color Cylindrical-coordinate representation of color #493EB8: hue angle of 245.41º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493EB8 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 62 | 184 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.28 |
| HSL | 245.41º | 0.5% | 0.48% | - |
| HSV(B) | 245.41º | 0.66% | 0.72% | - |
| XYZ | 13.12 | 8.32 | 46.26 | - |
| YUV | 79.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 184 | 0.60 | 0.66 | 0 | 0.28 | 245.41 | 0.5 | 0.48 |
| Hex | 49 | 3E | B8 | 3C | 42 | 0 | 1C | F5 | 32 | 30 |
| Octal | 111 | 76 | 270 | 74 | 102 | 0 | 34 | 365 | 62 | 60 |
| Binary | 1001001 | 111110 | 10111000 | 111100 | 1000010 | 0 | 11100 | 11110101 | 110010 | 110000 |
Color Harmonies of #493EB8
Complementary color
Monochromatic Colors of #493EB8
Black with #493EB8
Text Example
Text Example
White with #493EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EB8; }
p { color: rgb(73,62,184); }
H1.HeaderClassName
{
color: #493EB8;
}
.AnyTagClassName
{
color: #493EB8;
}
</style>
background-color css
<style>
a { background-color: #493EB8; }
a { background-color: rgb(73,62,184); }
div.DivClassName
{
background-color: #493EB8;
}
.BgClassName
{
background-color: #493EB8;
}
</style>
border-color css
<style>
span { border-color: #493EB8; }
span { border-color: rgb(73,62,184); }
td.TdClassName
{
border-color: #493EB8;
}
.TagClassName
{
border-color: #493EB8;
}
</style>