Shades of Royal Blue #4962D3
Tints of Royal Blue #4962D3
RGB
CMYK
RGB Variations
Color information
#4962D3 (or 0x4962D3) is known color: Royal Blue. HEX triplet: 49, 62 and D3. RGB value is (73,98,211). Sum of RGB (Red+Green+Blue) = 73+98+211=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #4962D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962D3 is #B69D2C. Grayscale: #666666. Windows color (decimal): -11967789 or 13853257. OLE color: 13853257.
HSL color Cylindrical-coordinate representation of color #4962D3: hue angle of 229.13º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4962D3 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 98 | 211 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.17 |
| HSL | 229.13º | 0.61% | 0.56% | - |
| HSV(B) | 229.13º | 0.65% | 0.83% | - |
| XYZ | 18.87 | 14.85 | 63.5 | - |
| YUV | 103.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 211 | 0.65 | 0.54 | 0 | 0.17 | 229.13 | 0.61 | 0.56 |
| Hex | 49 | 62 | D3 | 41 | 36 | 0 | 11 | E5 | 3D | 38 |
| Octal | 111 | 142 | 323 | 101 | 66 | 0 | 21 | 345 | 75 | 70 |
| Binary | 1001001 | 1100010 | 11010011 | 1000001 | 110110 | 0 | 10001 | 11100101 | 111101 | 111000 |
Color Harmonies of #4962D3
Complementary color
Monochromatic Colors of #4962D3
Black with #4962D3
Text Example
Text Example
White with #4962D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962D3; }
p { color: rgb(73,98,211); }
H1.HeaderClassName
{
color: #4962D3;
}
.AnyTagClassName
{
color: #4962D3;
}
</style>
background-color css
<style>
a { background-color: #4962D3; }
a { background-color: rgb(73,98,211); }
div.DivClassName
{
background-color: #4962D3;
}
.BgClassName
{
background-color: #4962D3;
}
</style>
border-color css
<style>
span { border-color: #4962D3; }
span { border-color: rgb(73,98,211); }
td.TdClassName
{
border-color: #4962D3;
}
.TagClassName
{
border-color: #4962D3;
}
</style>