Shades of Royal Blue #4660DD
Tints of Royal Blue #4660DD
RGB
CMYK
RGB Variations
Color information
#4660DD (or 0x4660DD) is known color: Royal Blue. HEX triplet: 46, 60 and DD. RGB value is (70,96,221). Sum of RGB (Red+Green+Blue) = 70+96+221=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #4660DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4660DD is #B99F22. Grayscale: #656565. Windows color (decimal): -12164899 or 14508102. OLE color: 14508102.
HSL color Cylindrical-coordinate representation of color #4660DD: hue angle of 229.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4660DD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 96 | 221 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.13 |
| HSL | 229.67º | 0.69% | 0.57% | - |
| HSV(B) | 229.67º | 0.68% | 0.87% | - |
| XYZ | 19.76 | 14.89 | 70.24 | - |
| YUV | 102.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 221 | 0.68 | 0.57 | 0 | 0.13 | 229.67 | 0.69 | 0.57 |
| Hex | 46 | 60 | DD | 44 | 39 | 0 | D | E6 | 45 | 39 |
| Octal | 106 | 140 | 335 | 104 | 71 | 0 | 15 | 346 | 105 | 71 |
| Binary | 1000110 | 1100000 | 11011101 | 1000100 | 111001 | 0 | 1101 | 11100110 | 1000101 | 111001 |
Color Harmonies of #4660DD
Complementary color
Monochromatic Colors of #4660DD
Black with #4660DD
Text Example
Text Example
White with #4660DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4660DD; }
p { color: rgb(70,96,221); }
H1.HeaderClassName
{
color: #4660DD;
}
.AnyTagClassName
{
color: #4660DD;
}
</style>
background-color css
<style>
a { background-color: #4660DD; }
a { background-color: rgb(70,96,221); }
div.DivClassName
{
background-color: #4660DD;
}
.BgClassName
{
background-color: #4660DD;
}
</style>
border-color css
<style>
span { border-color: #4660DD; }
span { border-color: rgb(70,96,221); }
td.TdClassName
{
border-color: #4660DD;
}
.TagClassName
{
border-color: #4660DD;
}
</style>