Shades of Rich Blue #493CB1
Tints of Rich Blue #493CB1
RGB
CMYK
RGB Variations
Color information
#493CB1 (or 0x493CB1) is known color: Rich Blue. HEX triplet: 49, 3C and B1. RGB value is (73,60,177). Sum of RGB (Red+Green+Blue) = 73+60+177=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #493CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493CB1 is #B6C34E. Grayscale: #4C4C4C. Windows color (decimal): -11977551 or 11615305. OLE color: 11615305.
HSL color Cylindrical-coordinate representation of color #493CB1: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493CB1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 60 | 177 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.31 |
| HSL | 246.67º | 0.49% | 0.46% | - |
| HSV(B) | 246.67º | 0.66% | 0.69% | - |
| XYZ | 12.3 | 7.82 | 42.46 | - |
| YUV | 77.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 177 | 0.59 | 0.66 | 0 | 0.31 | 246.67 | 0.49 | 0.46 |
| Hex | 49 | 3C | B1 | 3B | 42 | 0 | 1F | F7 | 31 | 2E |
| Octal | 111 | 74 | 261 | 73 | 102 | 0 | 37 | 367 | 61 | 56 |
| Binary | 1001001 | 111100 | 10110001 | 111011 | 1000010 | 0 | 11111 | 11110111 | 110001 | 101110 |
Color Harmonies of #493CB1
Complementary color
Monochromatic Colors of #493CB1
Black with #493CB1
Text Example
Text Example
White with #493CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CB1; }
p { color: rgb(73,60,177); }
H1.HeaderClassName
{
color: #493CB1;
}
.AnyTagClassName
{
color: #493CB1;
}
</style>
background-color css
<style>
a { background-color: #493CB1; }
a { background-color: rgb(73,60,177); }
div.DivClassName
{
background-color: #493CB1;
}
.BgClassName
{
background-color: #493CB1;
}
</style>
border-color css
<style>
span { border-color: #493CB1; }
span { border-color: rgb(73,60,177); }
td.TdClassName
{
border-color: #493CB1;
}
.TagClassName
{
border-color: #493CB1;
}
</style>