Shades of Royal Blue #446FFF
Tints of Royal Blue #446FFF
RGB
CMYK
RGB Variations
Color information
#446FFF (or 0x446FFF) is known color: Royal Blue. HEX triplet: 44, 6F and FF. RGB value is (68,111,255). Sum of RGB (Red+Green+Blue) = 68+111+255=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #446FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FFF is #BB9000. Grayscale: #717171. Windows color (decimal): -12292097 or 16740164. OLE color: 16740164.
HSL color Cylindrical-coordinate representation of color #446FFF: hue angle of 226.2º 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 #446FFF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 111 | 255 | - |
| CMYK | 0.73 | 0.56 | 0 | 0 |
| HSL | 226.2º | 1% | 0.63% | - |
| HSV(B) | 226.2º | 0.73% | 1% | - |
| XYZ | 26.12 | 19.82 | 97.06 | - |
| YUV | 114.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 255 | 0.73 | 0.56 | 0 | 0 | 226.2 | 1 | 0.63 |
| Hex | 44 | 6F | FF | 49 | 38 | 0 | 0 | E2 | 64 | 3F |
| Octal | 104 | 157 | 377 | 111 | 70 | 0 | 0 | 342 | 144 | 77 |
| Binary | 1000100 | 1101111 | 11111111 | 1001001 | 111000 | 0 | 0 | 11100010 | 1100100 | 111111 |
Color Harmonies of #446FFF
Complementary color
Monochromatic Colors of #446FFF
Black with #446FFF
Text Example
Text Example
White with #446FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FFF; }
p { color: rgb(68,111,255); }
H1.HeaderClassName
{
color: #446FFF;
}
.AnyTagClassName
{
color: #446FFF;
}
</style>
background-color css
<style>
a { background-color: #446FFF; }
a { background-color: rgb(68,111,255); }
div.DivClassName
{
background-color: #446FFF;
}
.BgClassName
{
background-color: #446FFF;
}
</style>
border-color css
<style>
span { border-color: #446FFF; }
span { border-color: rgb(68,111,255); }
td.TdClassName
{
border-color: #446FFF;
}
.TagClassName
{
border-color: #446FFF;
}
</style>