Shades of Royal Blue #497CD5
Tints of Royal Blue #497CD5
RGB
CMYK
RGB Variations
Color information
#497CD5 (or 0x497CD5) is known color: Royal Blue. HEX triplet: 49, 7C and D5. RGB value is (73,124,213). Sum of RGB (Red+Green+Blue) = 73+124+213=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #497CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CD5 is #B6832A. Grayscale: #767676. Windows color (decimal): -11961131 or 13990985. OLE color: 13990985.
HSL color Cylindrical-coordinate representation of color #497CD5: hue angle of 218.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497CD5 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 124 | 213 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.16 |
| HSL | 218.14º | 0.63% | 0.56% | - |
| HSV(B) | 218.14º | 0.66% | 0.84% | - |
| XYZ | 21.97 | 20.64 | 65.78 | - |
| YUV | 118.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 213 | 0.66 | 0.42 | 0 | 0.16 | 218.14 | 0.63 | 0.56 |
| Hex | 49 | 7C | D5 | 42 | 2A | 0 | 10 | DA | 3E | 38 |
| Octal | 111 | 174 | 325 | 102 | 52 | 0 | 20 | 332 | 76 | 70 |
| Binary | 1001001 | 1111100 | 11010101 | 1000010 | 101010 | 0 | 10000 | 11011010 | 111110 | 111000 |
Color Harmonies of #497CD5
Complementary color
Monochromatic Colors of #497CD5
Black with #497CD5
Text Example
Text Example
White with #497CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CD5; }
p { color: rgb(73,124,213); }
H1.HeaderClassName
{
color: #497CD5;
}
.AnyTagClassName
{
color: #497CD5;
}
</style>
background-color css
<style>
a { background-color: #497CD5; }
a { background-color: rgb(73,124,213); }
div.DivClassName
{
background-color: #497CD5;
}
.BgClassName
{
background-color: #497CD5;
}
</style>
border-color css
<style>
span { border-color: #497CD5; }
span { border-color: rgb(73,124,213); }
td.TdClassName
{
border-color: #497CD5;
}
.TagClassName
{
border-color: #497CD5;
}
</style>