Shades of Rich Blue #493DAF
Tints of Rich Blue #493DAF
RGB
CMYK
RGB Variations
Color information
#493DAF (or 0x493DAF) is known color: Rich Blue. HEX triplet: 49, 3D and AF. RGB value is (73,61,175). Sum of RGB (Red+Green+Blue) = 73+61+175=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #493DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DAF is #B6C250. Grayscale: #4D4D4D. Windows color (decimal): -11977297 or 11484489. OLE color: 11484489.
HSL color Cylindrical-coordinate representation of color #493DAF: hue angle of 246.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493DAF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 61 | 175 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.31 |
| HSL | 246.32º | 0.48% | 0.46% | - |
| HSV(B) | 246.32º | 0.65% | 0.69% | - |
| XYZ | 12.15 | 7.85 | 41.43 | - |
| YUV | 77.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 175 | 0.58 | 0.65 | 0 | 0.31 | 246.32 | 0.48 | 0.46 |
| Hex | 49 | 3D | AF | 3A | 41 | 0 | 1F | F6 | 30 | 2E |
| Octal | 111 | 75 | 257 | 72 | 101 | 0 | 37 | 366 | 60 | 56 |
| Binary | 1001001 | 111101 | 10101111 | 111010 | 1000001 | 0 | 11111 | 11110110 | 110000 | 101110 |
Color Harmonies of #493DAF
Complementary color
Monochromatic Colors of #493DAF
Black with #493DAF
Text Example
Text Example
White with #493DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DAF; }
p { color: rgb(73,61,175); }
H1.HeaderClassName
{
color: #493DAF;
}
.AnyTagClassName
{
color: #493DAF;
}
</style>
background-color css
<style>
a { background-color: #493DAF; }
a { background-color: rgb(73,61,175); }
div.DivClassName
{
background-color: #493DAF;
}
.BgClassName
{
background-color: #493DAF;
}
</style>
border-color css
<style>
span { border-color: #493DAF; }
span { border-color: rgb(73,61,175); }
td.TdClassName
{
border-color: #493DAF;
}
.TagClassName
{
border-color: #493DAF;
}
</style>