Shades of Royal Blue #4962D2
Tints of Royal Blue #4962D2
RGB
CMYK
RGB Variations
Color information
#4962D2 (or 0x4962D2) is known color: Royal Blue. HEX triplet: 49, 62 and D2. RGB value is (73,98,210). Sum of RGB (Red+Green+Blue) = 73+98+210=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #4962D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962D2 is #B69D2D. Grayscale: #666666. Windows color (decimal): -11967790 or 13787721. OLE color: 13787721.
HSL color Cylindrical-coordinate representation of color #4962D2: hue angle of 229.05º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4962D2 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 98 | 210 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.18 |
| HSL | 229.05º | 0.6% | 0.55% | - |
| HSV(B) | 229.05º | 0.65% | 0.82% | - |
| XYZ | 18.75 | 14.8 | 62.84 | - |
| YUV | 103.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 210 | 0.65 | 0.53 | 0 | 0.18 | 229.05 | 0.6 | 0.55 |
| Hex | 49 | 62 | D2 | 41 | 35 | 0 | 12 | E5 | 3C | 37 |
| Octal | 111 | 142 | 322 | 101 | 65 | 0 | 22 | 345 | 74 | 67 |
| Binary | 1001001 | 1100010 | 11010010 | 1000001 | 110101 | 0 | 10010 | 11100101 | 111100 | 110111 |
Color Harmonies of #4962D2
Complementary color
Monochromatic Colors of #4962D2
Black with #4962D2
Text Example
Text Example
White with #4962D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962D2; }
p { color: rgb(73,98,210); }
H1.HeaderClassName
{
color: #4962D2;
}
.AnyTagClassName
{
color: #4962D2;
}
</style>
background-color css
<style>
a { background-color: #4962D2; }
a { background-color: rgb(73,98,210); }
div.DivClassName
{
background-color: #4962D2;
}
.BgClassName
{
background-color: #4962D2;
}
</style>
border-color css
<style>
span { border-color: #4962D2; }
span { border-color: rgb(73,98,210); }
td.TdClassName
{
border-color: #4962D2;
}
.TagClassName
{
border-color: #4962D2;
}
</style>