Shades of Royal Blue #446DFF
Tints of Royal Blue #446DFF
RGB
CMYK
RGB Variations
Color information
#446DFF (or 0x446DFF) is known color: Royal Blue. HEX triplet: 44, 6D and FF. RGB value is (68,109,255). Sum of RGB (Red+Green+Blue) = 68+109+255=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #446DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446DFF is #BB9200. Grayscale: #707070. Windows color (decimal): -12292609 or 16739652. OLE color: 16739652.
HSL color Cylindrical-coordinate representation of color #446DFF: hue angle of 226.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446DFF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 109 | 255 | - |
| CMYK | 0.73 | 0.57 | 0 | 0 |
| HSL | 226.84º | 1% | 0.63% | - |
| HSV(B) | 226.84º | 0.73% | 1% | - |
| XYZ | 25.9 | 19.39 | 96.98 | - |
| YUV | 113.39 | 207.92 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 255 | 0.73 | 0.57 | 0 | 0 | 226.84 | 1 | 0.63 |
| Hex | 44 | 6D | FF | 49 | 39 | 0 | 0 | E3 | 64 | 3F |
| Octal | 104 | 155 | 377 | 111 | 71 | 0 | 0 | 343 | 144 | 77 |
| Binary | 1000100 | 1101101 | 11111111 | 1001001 | 111001 | 0 | 0 | 11100011 | 1100100 | 111111 |
Color Harmonies of #446DFF
Complementary color
Monochromatic Colors of #446DFF
Black with #446DFF
Text Example
Text Example
White with #446DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DFF; }
p { color: rgb(68,109,255); }
H1.HeaderClassName
{
color: #446DFF;
}
.AnyTagClassName
{
color: #446DFF;
}
</style>
background-color css
<style>
a { background-color: #446DFF; }
a { background-color: rgb(68,109,255); }
div.DivClassName
{
background-color: #446DFF;
}
.BgClassName
{
background-color: #446DFF;
}
</style>
border-color css
<style>
span { border-color: #446DFF; }
span { border-color: rgb(68,109,255); }
td.TdClassName
{
border-color: #446DFF;
}
.TagClassName
{
border-color: #446DFF;
}
</style>