Shades of Royal Blue #446BFE
Tints of Royal Blue #446BFE
RGB
CMYK
RGB Variations
Color information
#446BFE (or 0x446BFE) is known color: Royal Blue. HEX triplet: 44, 6B and FE. RGB value is (68,107,254). Sum of RGB (Red+Green+Blue) = 68+107+254=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #446BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446BFE is #BB9401. Grayscale: #6F6F6F. Windows color (decimal): -12293122 or 16673604. OLE color: 16673604.
HSL color Cylindrical-coordinate representation of color #446BFE: hue angle of 227.42º 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 #446BFE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 107 | 254 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.00 |
| HSL | 227.42º | 0.99% | 0.63% | - |
| HSV(B) | 227.42º | 0.73% | 1% | - |
| XYZ | 25.53 | 18.9 | 96.07 | - |
| YUV | 112.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 254 | 0.73 | 0.58 | 0 | 0.00 | 227.42 | 0.99 | 0.63 |
| Hex | 44 | 6B | FE | 49 | 3A | 0 | 0 | E3 | 63 | 3F |
| Octal | 104 | 153 | 376 | 111 | 72 | 0 | 0 | 343 | 143 | 77 |
| Binary | 1000100 | 1101011 | 11111110 | 1001001 | 111010 | 0 | 0 | 11100011 | 1100011 | 111111 |
Color Harmonies of #446BFE
Complementary color
Monochromatic Colors of #446BFE
Black with #446BFE
Text Example
Text Example
White with #446BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BFE; }
p { color: rgb(68,107,254); }
H1.HeaderClassName
{
color: #446BFE;
}
.AnyTagClassName
{
color: #446BFE;
}
</style>
background-color css
<style>
a { background-color: #446BFE; }
a { background-color: rgb(68,107,254); }
div.DivClassName
{
background-color: #446BFE;
}
.BgClassName
{
background-color: #446BFE;
}
</style>
border-color css
<style>
span { border-color: #446BFE; }
span { border-color: rgb(68,107,254); }
td.TdClassName
{
border-color: #446BFE;
}
.TagClassName
{
border-color: #446BFE;
}
</style>