Shades of Royal Blue #4460DD
Tints of Royal Blue #4460DD
RGB
CMYK
RGB Variations
Color information
#4460DD (or 0x4460DD) is known color: Royal Blue. HEX triplet: 44, 60 and DD. RGB value is (68,96,221). Sum of RGB (Red+Green+Blue) = 68+96+221=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4460DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460DD is #BB9F22. Grayscale: #656565. Windows color (decimal): -12295971 or 14508100. OLE color: 14508100.
HSL color Cylindrical-coordinate representation of color #4460DD: hue angle of 229.02º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4460DD is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 96 | 221 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.13 |
| HSL | 229.02º | 0.69% | 0.57% | - |
| HSV(B) | 229.02º | 0.69% | 0.87% | - |
| XYZ | 19.62 | 14.82 | 70.23 | - |
| YUV | 101.88 | 195.22 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 221 | 0.69 | 0.57 | 0 | 0.13 | 229.02 | 0.69 | 0.57 |
| Hex | 44 | 60 | DD | 45 | 39 | 0 | D | E5 | 45 | 39 |
| Octal | 104 | 140 | 335 | 105 | 71 | 0 | 15 | 345 | 105 | 71 |
| Binary | 1000100 | 1100000 | 11011101 | 1000101 | 111001 | 0 | 1101 | 11100101 | 1000101 | 111001 |
Color Harmonies of #4460DD
Complementary color
Monochromatic Colors of #4460DD
Black with #4460DD
Text Example
Text Example
White with #4460DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4460DD; }
p { color: rgb(68,96,221); }
H1.HeaderClassName
{
color: #4460DD;
}
.AnyTagClassName
{
color: #4460DD;
}
</style>
background-color css
<style>
a { background-color: #4460DD; }
a { background-color: rgb(68,96,221); }
div.DivClassName
{
background-color: #4460DD;
}
.BgClassName
{
background-color: #4460DD;
}
</style>
border-color css
<style>
span { border-color: #4460DD; }
span { border-color: rgb(68,96,221); }
td.TdClassName
{
border-color: #4460DD;
}
.TagClassName
{
border-color: #4460DD;
}
</style>