Shades of Royal Blue #446FEC
Tints of Royal Blue #446FEC
RGB
CMYK
RGB Variations
Color information
#446FEC (or 0x446FEC) is known color: Royal Blue. HEX triplet: 44, 6F and EC. RGB value is (68,111,236). Sum of RGB (Red+Green+Blue) = 68+111+236=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #446FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FEC is #BB9013. Grayscale: #6F6F6F. Windows color (decimal): -12292116 or 15494980. OLE color: 15494980.
HSL color Cylindrical-coordinate representation of color #446FEC: hue angle of 224.64º 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 #446FEC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 111 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.64º | 0.82% | 0.6% | - |
| HSV(B) | 224.64º | 0.71% | 0.93% | - |
| XYZ | 23.21 | 18.65 | 81.73 | - |
| YUV | 112.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 236 | 0.71 | 0.53 | 0 | 0.07 | 224.64 | 0.82 | 0.6 |
| Hex | 44 | 6F | EC | 47 | 35 | 0 | 7 | E1 | 52 | 3C |
| Octal | 104 | 157 | 354 | 107 | 65 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000100 | 1101111 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #446FEC
Complementary color
Monochromatic Colors of #446FEC
Black with #446FEC
Text Example
Text Example
White with #446FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FEC; }
p { color: rgb(68,111,236); }
H1.HeaderClassName
{
color: #446FEC;
}
.AnyTagClassName
{
color: #446FEC;
}
</style>
background-color css
<style>
a { background-color: #446FEC; }
a { background-color: rgb(68,111,236); }
div.DivClassName
{
background-color: #446FEC;
}
.BgClassName
{
background-color: #446FEC;
}
</style>
border-color css
<style>
span { border-color: #446FEC; }
span { border-color: rgb(68,111,236); }
td.TdClassName
{
border-color: #446FEC;
}
.TagClassName
{
border-color: #446FEC;
}
</style>