Shades of Royal Blue #4960D7
Tints of Royal Blue #4960D7
RGB
CMYK
RGB Variations
Color information
#4960D7 (or 0x4960D7) is known color: Royal Blue. HEX triplet: 49, 60 and D7. RGB value is (73,96,215). Sum of RGB (Red+Green+Blue) = 73+96+215=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #4960D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960D7 is #B69F28. Grayscale: #666666. Windows color (decimal): -11968297 or 14114889. OLE color: 14114889.
HSL color Cylindrical-coordinate representation of color #4960D7: hue angle of 230.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4960D7 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 96 | 215 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.16 |
| HSL | 230.28º | 0.64% | 0.56% | - |
| HSV(B) | 230.28º | 0.66% | 0.84% | - |
| XYZ | 19.2 | 14.69 | 66.11 | - |
| YUV | 102.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 215 | 0.66 | 0.55 | 0 | 0.16 | 230.28 | 0.64 | 0.56 |
| Hex | 49 | 60 | D7 | 42 | 37 | 0 | 10 | E6 | 40 | 38 |
| Octal | 111 | 140 | 327 | 102 | 67 | 0 | 20 | 346 | 100 | 70 |
| Binary | 1001001 | 1100000 | 11010111 | 1000010 | 110111 | 0 | 10000 | 11100110 | 1000000 | 111000 |
Color Harmonies of #4960D7
Complementary color
Monochromatic Colors of #4960D7
Black with #4960D7
Text Example
Text Example
White with #4960D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960D7; }
p { color: rgb(73,96,215); }
H1.HeaderClassName
{
color: #4960D7;
}
.AnyTagClassName
{
color: #4960D7;
}
</style>
background-color css
<style>
a { background-color: #4960D7; }
a { background-color: rgb(73,96,215); }
div.DivClassName
{
background-color: #4960D7;
}
.BgClassName
{
background-color: #4960D7;
}
</style>
border-color css
<style>
span { border-color: #4960D7; }
span { border-color: rgb(73,96,215); }
td.TdClassName
{
border-color: #4960D7;
}
.TagClassName
{
border-color: #4960D7;
}
</style>