Shades of Royal Blue #4963D3
Tints of Royal Blue #4963D3
RGB
CMYK
RGB Variations
Color information
#4963D3 (or 0x4963D3) is known color: Royal Blue. HEX triplet: 49, 63 and D3. RGB value is (73,99,211). Sum of RGB (Red+Green+Blue) = 73+99+211=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #4963D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963D3 is #B69C2C. Grayscale: #676767. Windows color (decimal): -11967533 or 13853513. OLE color: 13853513.
HSL color Cylindrical-coordinate representation of color #4963D3: hue angle of 228.7º 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 #4963D3 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 99 | 211 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.17 |
| HSL | 228.7º | 0.61% | 0.56% | - |
| HSV(B) | 228.7º | 0.65% | 0.83% | - |
| XYZ | 18.97 | 15.04 | 63.53 | - |
| YUV | 103.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 211 | 0.65 | 0.53 | 0 | 0.17 | 228.7 | 0.61 | 0.56 |
| Hex | 49 | 63 | D3 | 41 | 35 | 0 | 11 | E5 | 3D | 38 |
| Octal | 111 | 143 | 323 | 101 | 65 | 0 | 21 | 345 | 75 | 70 |
| Binary | 1001001 | 1100011 | 11010011 | 1000001 | 110101 | 0 | 10001 | 11100101 | 111101 | 111000 |
Color Harmonies of #4963D3
Complementary color
Monochromatic Colors of #4963D3
Black with #4963D3
Text Example
Text Example
White with #4963D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963D3; }
p { color: rgb(73,99,211); }
H1.HeaderClassName
{
color: #4963D3;
}
.AnyTagClassName
{
color: #4963D3;
}
</style>
background-color css
<style>
a { background-color: #4963D3; }
a { background-color: rgb(73,99,211); }
div.DivClassName
{
background-color: #4963D3;
}
.BgClassName
{
background-color: #4963D3;
}
</style>
border-color css
<style>
span { border-color: #4963D3; }
span { border-color: rgb(73,99,211); }
td.TdClassName
{
border-color: #4963D3;
}
.TagClassName
{
border-color: #4963D3;
}
</style>