Shades of Royal Blue #497AD4
Tints of Royal Blue #497AD4
RGB
CMYK
RGB Variations
Color information
#497AD4 (or 0x497AD4) is known color: Royal Blue. HEX triplet: 49, 7A and D4. RGB value is (73,122,212). Sum of RGB (Red+Green+Blue) = 73+122+212=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #497AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AD4 is #B6852B. Grayscale: #757575. Windows color (decimal): -11961644 or 13924937. OLE color: 13924937.
HSL color Cylindrical-coordinate representation of color #497AD4: hue angle of 218.85º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497AD4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 122 | 212 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.17 |
| HSL | 218.85º | 0.62% | 0.56% | - |
| HSV(B) | 218.85º | 0.66% | 0.83% | - |
| XYZ | 21.59 | 20.09 | 65.03 | - |
| YUV | 117.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 212 | 0.66 | 0.42 | 0 | 0.17 | 218.85 | 0.62 | 0.56 |
| Hex | 49 | 7A | D4 | 42 | 2A | 0 | 11 | DB | 3E | 38 |
| Octal | 111 | 172 | 324 | 102 | 52 | 0 | 21 | 333 | 76 | 70 |
| Binary | 1001001 | 1111010 | 11010100 | 1000010 | 101010 | 0 | 10001 | 11011011 | 111110 | 111000 |
Color Harmonies of #497AD4
Complementary color
Monochromatic Colors of #497AD4
Black with #497AD4
Text Example
Text Example
White with #497AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AD4; }
p { color: rgb(73,122,212); }
H1.HeaderClassName
{
color: #497AD4;
}
.AnyTagClassName
{
color: #497AD4;
}
</style>
background-color css
<style>
a { background-color: #497AD4; }
a { background-color: rgb(73,122,212); }
div.DivClassName
{
background-color: #497AD4;
}
.BgClassName
{
background-color: #497AD4;
}
</style>
border-color css
<style>
span { border-color: #497AD4; }
span { border-color: rgb(73,122,212); }
td.TdClassName
{
border-color: #497AD4;
}
.TagClassName
{
border-color: #497AD4;
}
</style>