Shades of Rich Blue #493CB5
Tints of Rich Blue #493CB5
RGB
CMYK
RGB Variations
Color information
#493CB5 (or 0x493CB5) is known color: Rich Blue. HEX triplet: 49, 3C and B5. RGB value is (73,60,181). Sum of RGB (Red+Green+Blue) = 73+60+181=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #493CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CB5 is #B6C34A. Grayscale: #4D4D4D. Windows color (decimal): -11977547 or 11877449. OLE color: 11877449.
HSL color Cylindrical-coordinate representation of color #493CB5: hue angle of 246.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493CB5 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 60 | 181 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.29 |
| HSL | 246.45º | 0.5% | 0.47% | - |
| HSV(B) | 246.45º | 0.67% | 0.71% | - |
| XYZ | 12.7 | 7.98 | 44.59 | - |
| YUV | 77.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 181 | 0.60 | 0.67 | 0 | 0.29 | 246.45 | 0.5 | 0.47 |
| Hex | 49 | 3C | B5 | 3C | 43 | 0 | 1D | F6 | 32 | 2F |
| Octal | 111 | 74 | 265 | 74 | 103 | 0 | 35 | 366 | 62 | 57 |
| Binary | 1001001 | 111100 | 10110101 | 111100 | 1000011 | 0 | 11101 | 11110110 | 110010 | 101111 |
Color Harmonies of #493CB5
Complementary color
Monochromatic Colors of #493CB5
Black with #493CB5
Text Example
Text Example
White with #493CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CB5; }
p { color: rgb(73,60,181); }
H1.HeaderClassName
{
color: #493CB5;
}
.AnyTagClassName
{
color: #493CB5;
}
</style>
background-color css
<style>
a { background-color: #493CB5; }
a { background-color: rgb(73,60,181); }
div.DivClassName
{
background-color: #493CB5;
}
.BgClassName
{
background-color: #493CB5;
}
</style>
border-color css
<style>
span { border-color: #493CB5; }
span { border-color: rgb(73,60,181); }
td.TdClassName
{
border-color: #493CB5;
}
.TagClassName
{
border-color: #493CB5;
}
</style>