Shades of Royal Blue #446EFE
Tints of Royal Blue #446EFE
RGB
CMYK
RGB Variations
Color information
#446EFE (or 0x446EFE) is known color: Royal Blue. HEX triplet: 44, 6E and FE. RGB value is (68,110,254). Sum of RGB (Red+Green+Blue) = 68+110+254=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #446EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EFE is #BB9101. Grayscale: #717171. Windows color (decimal): -12292354 or 16674372. OLE color: 16674372.
HSL color Cylindrical-coordinate representation of color #446EFE: hue angle of 226.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446EFE is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 110 | 254 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.00 |
| HSL | 226.45º | 0.99% | 0.63% | - |
| HSV(B) | 226.45º | 0.73% | 1% | - |
| XYZ | 25.85 | 19.54 | 96.17 | - |
| YUV | 113.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 254 | 0.73 | 0.57 | 0 | 0.00 | 226.45 | 0.99 | 0.63 |
| Hex | 44 | 6E | FE | 49 | 39 | 0 | 0 | E2 | 63 | 3F |
| Octal | 104 | 156 | 376 | 111 | 71 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000100 | 1101110 | 11111110 | 1001001 | 111001 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #446EFE
Complementary color
Monochromatic Colors of #446EFE
Black with #446EFE
Text Example
Text Example
White with #446EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EFE; }
p { color: rgb(68,110,254); }
H1.HeaderClassName
{
color: #446EFE;
}
.AnyTagClassName
{
color: #446EFE;
}
</style>
background-color css
<style>
a { background-color: #446EFE; }
a { background-color: rgb(68,110,254); }
div.DivClassName
{
background-color: #446EFE;
}
.BgClassName
{
background-color: #446EFE;
}
</style>
border-color css
<style>
span { border-color: #446EFE; }
span { border-color: rgb(68,110,254); }
td.TdClassName
{
border-color: #446EFE;
}
.TagClassName
{
border-color: #446EFE;
}
</style>