Shades of Rich Blue #493DB6
Tints of Rich Blue #493DB6
RGB
CMYK
RGB Variations
Color information
#493DB6 (or 0x493DB6) is known color: Rich Blue. HEX triplet: 49, 3D and B6. RGB value is (73,61,182). Sum of RGB (Red+Green+Blue) = 73+61+182=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #493DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DB6 is #B6C249. Grayscale: #4D4D4D. Windows color (decimal): -11977290 or 11943241. OLE color: 11943241.
HSL color Cylindrical-coordinate representation of color #493DB6: hue angle of 245.95º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493DB6 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 61 | 182 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.29 |
| HSL | 245.95º | 0.5% | 0.48% | - |
| HSV(B) | 245.95º | 0.66% | 0.71% | - |
| XYZ | 12.86 | 8.13 | 45.15 | - |
| YUV | 78.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 182 | 0.60 | 0.66 | 0 | 0.29 | 245.95 | 0.5 | 0.48 |
| Hex | 49 | 3D | B6 | 3C | 42 | 0 | 1D | F6 | 32 | 30 |
| Octal | 111 | 75 | 266 | 74 | 102 | 0 | 35 | 366 | 62 | 60 |
| Binary | 1001001 | 111101 | 10110110 | 111100 | 1000010 | 0 | 11101 | 11110110 | 110010 | 110000 |
Color Harmonies of #493DB6
Complementary color
Monochromatic Colors of #493DB6
Black with #493DB6
Text Example
Text Example
White with #493DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DB6; }
p { color: rgb(73,61,182); }
H1.HeaderClassName
{
color: #493DB6;
}
.AnyTagClassName
{
color: #493DB6;
}
</style>
background-color css
<style>
a { background-color: #493DB6; }
a { background-color: rgb(73,61,182); }
div.DivClassName
{
background-color: #493DB6;
}
.BgClassName
{
background-color: #493DB6;
}
</style>
border-color css
<style>
span { border-color: #493DB6; }
span { border-color: rgb(73,61,182); }
td.TdClassName
{
border-color: #493DB6;
}
.TagClassName
{
border-color: #493DB6;
}
</style>