Shades of Royal Blue #497DDA
Tints of Royal Blue #497DDA
RGB
CMYK
RGB Variations
Color information
#497DDA (or 0x497DDA) is known color: Royal Blue. HEX triplet: 49, 7D and DA. RGB value is (73,125,218). Sum of RGB (Red+Green+Blue) = 73+125+218=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #497DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DDA is #B68225. Grayscale: #777777. Windows color (decimal): -11960870 or 14318921. OLE color: 14318921.
HSL color Cylindrical-coordinate representation of color #497DDA: hue angle of 218.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497DDA is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 125 | 218 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.15 |
| HSL | 218.48º | 0.66% | 0.57% | - |
| HSV(B) | 218.48º | 0.67% | 0.85% | - |
| XYZ | 22.74 | 21.15 | 69.21 | - |
| YUV | 120.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 218 | 0.67 | 0.43 | 0 | 0.15 | 218.48 | 0.66 | 0.57 |
| Hex | 49 | 7D | DA | 43 | 2B | 0 | F | DA | 42 | 39 |
| Octal | 111 | 175 | 332 | 103 | 53 | 0 | 17 | 332 | 102 | 71 |
| Binary | 1001001 | 1111101 | 11011010 | 1000011 | 101011 | 0 | 1111 | 11011010 | 1000010 | 111001 |
Color Harmonies of #497DDA
Complementary color
Monochromatic Colors of #497DDA
Black with #497DDA
Text Example
Text Example
White with #497DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DDA; }
p { color: rgb(73,125,218); }
H1.HeaderClassName
{
color: #497DDA;
}
.AnyTagClassName
{
color: #497DDA;
}
</style>
background-color css
<style>
a { background-color: #497DDA; }
a { background-color: rgb(73,125,218); }
div.DivClassName
{
background-color: #497DDA;
}
.BgClassName
{
background-color: #497DDA;
}
</style>
border-color css
<style>
span { border-color: #497DDA; }
span { border-color: rgb(73,125,218); }
td.TdClassName
{
border-color: #497DDA;
}
.TagClassName
{
border-color: #497DDA;
}
</style>