Shades of Royal Blue #497DD6
Tints of Royal Blue #497DD6
RGB
CMYK
RGB Variations
Color information
#497DD6 (or 0x497DD6) is known color: Royal Blue. HEX triplet: 49, 7D and D6. RGB value is (73,125,214). Sum of RGB (Red+Green+Blue) = 73+125+214=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #497DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD6 is #B68229. Grayscale: #777777. Windows color (decimal): -11960874 or 14056777. OLE color: 14056777.
HSL color Cylindrical-coordinate representation of color #497DD6: hue angle of 217.87º degrees, saturation: 0.63, 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 #497DD6 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 125 | 214 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.16 |
| HSL | 217.87º | 0.63% | 0.56% | - |
| HSV(B) | 217.87º | 0.66% | 0.84% | - |
| XYZ | 22.22 | 20.94 | 66.49 | - |
| YUV | 119.6 | 181.27 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 214 | 0.66 | 0.42 | 0 | 0.16 | 217.87 | 0.63 | 0.56 |
| Hex | 49 | 7D | D6 | 42 | 2A | 0 | 10 | DA | 3F | 38 |
| Octal | 111 | 175 | 326 | 102 | 52 | 0 | 20 | 332 | 77 | 70 |
| Binary | 1001001 | 1111101 | 11010110 | 1000010 | 101010 | 0 | 10000 | 11011010 | 111111 | 111000 |
Color Harmonies of #497DD6
Complementary color
Monochromatic Colors of #497DD6
Black with #497DD6
Text Example
Text Example
White with #497DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DD6; }
p { color: rgb(73,125,214); }
H1.HeaderClassName
{
color: #497DD6;
}
.AnyTagClassName
{
color: #497DD6;
}
</style>
background-color css
<style>
a { background-color: #497DD6; }
a { background-color: rgb(73,125,214); }
div.DivClassName
{
background-color: #497DD6;
}
.BgClassName
{
background-color: #497DD6;
}
</style>
border-color css
<style>
span { border-color: #497DD6; }
span { border-color: rgb(73,125,214); }
td.TdClassName
{
border-color: #497DD6;
}
.TagClassName
{
border-color: #497DD6;
}
</style>