Shades of Rich Blue #493AB6
Tints of Rich Blue #493AB6
RGB
CMYK
RGB Variations
Color information
#493AB6 (or 0x493AB6) is known color: Rich Blue. HEX triplet: 49, 3A and B6. RGB value is (73,58,182). Sum of RGB (Red+Green+Blue) = 73+58+182=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #493AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB6 is #B6C549. Grayscale: #4C4C4C. Windows color (decimal): -11978058 or 11942473. OLE color: 11942473.
HSL color Cylindrical-coordinate representation of color #493AB6: hue angle of 247.26º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493AB6 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 58 | 182 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.29 |
| HSL | 247.26º | 0.52% | 0.47% | - |
| HSV(B) | 247.26º | 0.68% | 0.71% | - |
| XYZ | 12.7 | 7.82 | 45.1 | - |
| YUV | 76.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 182 | 0.60 | 0.68 | 0 | 0.29 | 247.26 | 0.52 | 0.47 |
| Hex | 49 | 3A | B6 | 3C | 44 | 0 | 1D | F7 | 34 | 2F |
| Octal | 111 | 72 | 266 | 74 | 104 | 0 | 35 | 367 | 64 | 57 |
| Binary | 1001001 | 111010 | 10110110 | 111100 | 1000100 | 0 | 11101 | 11110111 | 110100 | 101111 |
Color Harmonies of #493AB6
Complementary color
Monochromatic Colors of #493AB6
Black with #493AB6
Text Example
Text Example
White with #493AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AB6; }
p { color: rgb(73,58,182); }
H1.HeaderClassName
{
color: #493AB6;
}
.AnyTagClassName
{
color: #493AB6;
}
</style>
background-color css
<style>
a { background-color: #493AB6; }
a { background-color: rgb(73,58,182); }
div.DivClassName
{
background-color: #493AB6;
}
.BgClassName
{
background-color: #493AB6;
}
</style>
border-color css
<style>
span { border-color: #493AB6; }
span { border-color: rgb(73,58,182); }
td.TdClassName
{
border-color: #493AB6;
}
.TagClassName
{
border-color: #493AB6;
}
</style>