Shades of Royal Blue #4460DF
Tints of Royal Blue #4460DF
RGB
CMYK
RGB Variations
Color information
#4460DF (or 0x4460DF) is known color: Royal Blue. HEX triplet: 44, 60 and DF. RGB value is (68,96,223). Sum of RGB (Red+Green+Blue) = 68+96+223=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #4460DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460DF is #BB9F20. Grayscale: #656565. Windows color (decimal): -12295969 or 14639172. OLE color: 14639172.
HSL color Cylindrical-coordinate representation of color #4460DF: hue angle of 229.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4460DF is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 96 | 223 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.13 |
| HSL | 229.16º | 0.71% | 0.57% | - |
| HSV(B) | 229.16º | 0.7% | 0.87% | - |
| XYZ | 19.89 | 14.92 | 71.64 | - |
| YUV | 102.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 223 | 0.70 | 0.57 | 0 | 0.13 | 229.16 | 0.71 | 0.57 |
| Hex | 44 | 60 | DF | 46 | 39 | 0 | D | E5 | 47 | 39 |
| Octal | 104 | 140 | 337 | 106 | 71 | 0 | 15 | 345 | 107 | 71 |
| Binary | 1000100 | 1100000 | 11011111 | 1000110 | 111001 | 0 | 1101 | 11100101 | 1000111 | 111001 |
Color Harmonies of #4460DF
Complementary color
Monochromatic Colors of #4460DF
Black with #4460DF
Text Example
Text Example
White with #4460DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4460DF; }
p { color: rgb(68,96,223); }
H1.HeaderClassName
{
color: #4460DF;
}
.AnyTagClassName
{
color: #4460DF;
}
</style>
background-color css
<style>
a { background-color: #4460DF; }
a { background-color: rgb(68,96,223); }
div.DivClassName
{
background-color: #4460DF;
}
.BgClassName
{
background-color: #4460DF;
}
</style>
border-color css
<style>
span { border-color: #4460DF; }
span { border-color: rgb(68,96,223); }
td.TdClassName
{
border-color: #4460DF;
}
.TagClassName
{
border-color: #4460DF;
}
</style>