Shades of Rich Blue #493AB3
Tints of Rich Blue #493AB3
RGB
CMYK
RGB Variations
Color information
#493AB3 (or 0x493AB3) is known color: Rich Blue. HEX triplet: 49, 3A and B3. RGB value is (73,58,179). Sum of RGB (Red+Green+Blue) = 73+58+179=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #493AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB3 is #B6C54C. Grayscale: #4B4B4B. Windows color (decimal): -11978061 or 11745865. OLE color: 11745865.
HSL color Cylindrical-coordinate representation of color #493AB3: hue angle of 247.44º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493AB3 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 58 | 179 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.30 |
| HSL | 247.44º | 0.51% | 0.46% | - |
| HSV(B) | 247.44º | 0.68% | 0.7% | - |
| XYZ | 12.4 | 7.7 | 43.48 | - |
| YUV | 76.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 179 | 0.59 | 0.68 | 0 | 0.30 | 247.44 | 0.51 | 0.46 |
| Hex | 49 | 3A | B3 | 3B | 44 | 0 | 1E | F7 | 33 | 2E |
| Octal | 111 | 72 | 263 | 73 | 104 | 0 | 36 | 367 | 63 | 56 |
| Binary | 1001001 | 111010 | 10110011 | 111011 | 1000100 | 0 | 11110 | 11110111 | 110011 | 101110 |
Color Harmonies of #493AB3
Complementary color
Monochromatic Colors of #493AB3
Black with #493AB3
Text Example
Text Example
White with #493AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AB3; }
p { color: rgb(73,58,179); }
H1.HeaderClassName
{
color: #493AB3;
}
.AnyTagClassName
{
color: #493AB3;
}
</style>
background-color css
<style>
a { background-color: #493AB3; }
a { background-color: rgb(73,58,179); }
div.DivClassName
{
background-color: #493AB3;
}
.BgClassName
{
background-color: #493AB3;
}
</style>
border-color css
<style>
span { border-color: #493AB3; }
span { border-color: rgb(73,58,179); }
td.TdClassName
{
border-color: #493AB3;
}
.TagClassName
{
border-color: #493AB3;
}
</style>