Shades of Rich Blue #493DB4
Tints of Rich Blue #493DB4
RGB
CMYK
RGB Variations
Color information
#493DB4 (or 0x493DB4) is known color: Rich Blue. HEX triplet: 49, 3D and B4. RGB value is (73,61,180). Sum of RGB (Red+Green+Blue) = 73+61+180=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #493DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DB4 is #B6C24B. Grayscale: #4D4D4D. Windows color (decimal): -11977292 or 11812169. OLE color: 11812169.
HSL color Cylindrical-coordinate representation of color #493DB4: hue angle of 246.05º degrees, saturation: 0.49, 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 #493DB4 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 61 | 180 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.29 |
| HSL | 246.05º | 0.49% | 0.47% | - |
| HSV(B) | 246.05º | 0.66% | 0.71% | - |
| XYZ | 12.65 | 8.05 | 44.07 | - |
| YUV | 78.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 180 | 0.59 | 0.66 | 0 | 0.29 | 246.05 | 0.49 | 0.47 |
| Hex | 49 | 3D | B4 | 3B | 42 | 0 | 1D | F6 | 31 | 2F |
| Octal | 111 | 75 | 264 | 73 | 102 | 0 | 35 | 366 | 61 | 57 |
| Binary | 1001001 | 111101 | 10110100 | 111011 | 1000010 | 0 | 11101 | 11110110 | 110001 | 101111 |
Color Harmonies of #493DB4
Complementary color
Monochromatic Colors of #493DB4
Black with #493DB4
Text Example
Text Example
White with #493DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DB4; }
p { color: rgb(73,61,180); }
H1.HeaderClassName
{
color: #493DB4;
}
.AnyTagClassName
{
color: #493DB4;
}
</style>
background-color css
<style>
a { background-color: #493DB4; }
a { background-color: rgb(73,61,180); }
div.DivClassName
{
background-color: #493DB4;
}
.BgClassName
{
background-color: #493DB4;
}
</style>
border-color css
<style>
span { border-color: #493DB4; }
span { border-color: rgb(73,61,180); }
td.TdClassName
{
border-color: #493DB4;
}
.TagClassName
{
border-color: #493DB4;
}
</style>