Shades of Royal Blue #446EEC
Tints of Royal Blue #446EEC
RGB
CMYK
RGB Variations
Color information
#446EEC (or 0x446EEC) is known color: Royal Blue. HEX triplet: 44, 6E and EC. RGB value is (68,110,236). Sum of RGB (Red+Green+Blue) = 68+110+236=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #446EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EEC is #BB9113. Grayscale: #6F6F6F. Windows color (decimal): -12292372 or 15494724. OLE color: 15494724.
HSL color Cylindrical-coordinate representation of color #446EEC: hue angle of 225º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #446EEC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 110 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 225º | 0.82% | 0.6% | - |
| HSV(B) | 225º | 0.71% | 0.93% | - |
| XYZ | 23.1 | 18.44 | 81.7 | - |
| YUV | 111.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 236 | 0.71 | 0.53 | 0 | 0.07 | 225 | 0.82 | 0.6 |
| Hex | 44 | 6E | EC | 47 | 35 | 0 | 7 | E1 | 52 | 3C |
| Octal | 104 | 156 | 354 | 107 | 65 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000100 | 1101110 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #446EEC
Complementary color
Monochromatic Colors of #446EEC
Black with #446EEC
Text Example
Text Example
White with #446EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EEC; }
p { color: rgb(68,110,236); }
H1.HeaderClassName
{
color: #446EEC;
}
.AnyTagClassName
{
color: #446EEC;
}
</style>
background-color css
<style>
a { background-color: #446EEC; }
a { background-color: rgb(68,110,236); }
div.DivClassName
{
background-color: #446EEC;
}
.BgClassName
{
background-color: #446EEC;
}
</style>
border-color css
<style>
span { border-color: #446EEC; }
span { border-color: rgb(68,110,236); }
td.TdClassName
{
border-color: #446EEC;
}
.TagClassName
{
border-color: #446EEC;
}
</style>