Shades of Rich Blue #493DB1
Tints of Rich Blue #493DB1
RGB
CMYK
RGB Variations
Color information
#493DB1 (or 0x493DB1) is known color: Rich Blue. HEX triplet: 49, 3D and B1. RGB value is (73,61,177). Sum of RGB (Red+Green+Blue) = 73+61+177=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #493DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DB1 is #B6C24E. Grayscale: #4D4D4D. Windows color (decimal): -11977295 or 11615561. OLE color: 11615561.
HSL color Cylindrical-coordinate representation of color #493DB1: hue angle of 246.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493DB1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 61 | 177 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.31 |
| HSL | 246.21º | 0.49% | 0.47% | - |
| HSV(B) | 246.21º | 0.66% | 0.69% | - |
| XYZ | 12.35 | 7.93 | 42.47 | - |
| YUV | 77.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 177 | 0.59 | 0.66 | 0 | 0.31 | 246.21 | 0.49 | 0.47 |
| Hex | 49 | 3D | B1 | 3B | 42 | 0 | 1F | F6 | 31 | 2F |
| Octal | 111 | 75 | 261 | 73 | 102 | 0 | 37 | 366 | 61 | 57 |
| Binary | 1001001 | 111101 | 10110001 | 111011 | 1000010 | 0 | 11111 | 11110110 | 110001 | 101111 |
Color Harmonies of #493DB1
Complementary color
Monochromatic Colors of #493DB1
Black with #493DB1
Text Example
Text Example
White with #493DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DB1; }
p { color: rgb(73,61,177); }
H1.HeaderClassName
{
color: #493DB1;
}
.AnyTagClassName
{
color: #493DB1;
}
</style>
background-color css
<style>
a { background-color: #493DB1; }
a { background-color: rgb(73,61,177); }
div.DivClassName
{
background-color: #493DB1;
}
.BgClassName
{
background-color: #493DB1;
}
</style>
border-color css
<style>
span { border-color: #493DB1; }
span { border-color: rgb(73,61,177); }
td.TdClassName
{
border-color: #493DB1;
}
.TagClassName
{
border-color: #493DB1;
}
</style>