Shades of Rich Blue #493DB5
Tints of Rich Blue #493DB5
RGB
CMYK
RGB Variations
Color information
#493DB5 (or 0x493DB5) is known color: Rich Blue. HEX triplet: 49, 3D and B5. RGB value is (73,61,181). Sum of RGB (Red+Green+Blue) = 73+61+181=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #493DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DB5 is #B6C24A. Grayscale: #4D4D4D. Windows color (decimal): -11977291 or 11877705. OLE color: 11877705.
HSL color Cylindrical-coordinate representation of color #493DB5: hue angle of 246º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493DB5 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 61 | 181 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.29 |
| HSL | 246º | 0.5% | 0.47% | - |
| HSV(B) | 246º | 0.66% | 0.71% | - |
| XYZ | 12.76 | 8.09 | 44.61 | - |
| YUV | 78.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 181 | 0.60 | 0.66 | 0 | 0.29 | 246 | 0.5 | 0.47 |
| Hex | 49 | 3D | B5 | 3C | 42 | 0 | 1D | F6 | 32 | 2F |
| Octal | 111 | 75 | 265 | 74 | 102 | 0 | 35 | 366 | 62 | 57 |
| Binary | 1001001 | 111101 | 10110101 | 111100 | 1000010 | 0 | 11101 | 11110110 | 110010 | 101111 |
Color Harmonies of #493DB5
Complementary color
Monochromatic Colors of #493DB5
Black with #493DB5
Text Example
Text Example
White with #493DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DB5; }
p { color: rgb(73,61,181); }
H1.HeaderClassName
{
color: #493DB5;
}
.AnyTagClassName
{
color: #493DB5;
}
</style>
background-color css
<style>
a { background-color: #493DB5; }
a { background-color: rgb(73,61,181); }
div.DivClassName
{
background-color: #493DB5;
}
.BgClassName
{
background-color: #493DB5;
}
</style>
border-color css
<style>
span { border-color: #493DB5; }
span { border-color: rgb(73,61,181); }
td.TdClassName
{
border-color: #493DB5;
}
.TagClassName
{
border-color: #493DB5;
}
</style>