Shades of Royal Blue #446AFD
Tints of Royal Blue #446AFD
RGB
CMYK
RGB Variations
Color information
#446AFD (or 0x446AFD) is known color: Royal Blue. HEX triplet: 44, 6A and FD. RGB value is (68,106,253). Sum of RGB (Red+Green+Blue) = 68+106+253=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #446AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AFD is #BB9502. Grayscale: #6E6E6E. Windows color (decimal): -12293379 or 16607812. OLE color: 16607812.
HSL color Cylindrical-coordinate representation of color #446AFD: hue angle of 227.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446AFD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 106 | 253 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.01 |
| HSL | 227.68º | 0.98% | 0.63% | - |
| HSV(B) | 227.68º | 0.73% | 0.99% | - |
| XYZ | 25.27 | 18.63 | 95.19 | - |
| YUV | 111.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 253 | 0.73 | 0.58 | 0 | 0.01 | 227.68 | 0.98 | 0.63 |
| Hex | 44 | 6A | FD | 49 | 3A | 0 | 1 | E4 | 62 | 3F |
| Octal | 104 | 152 | 375 | 111 | 72 | 0 | 1 | 344 | 142 | 77 |
| Binary | 1000100 | 1101010 | 11111101 | 1001001 | 111010 | 0 | 1 | 11100100 | 1100010 | 111111 |
Color Harmonies of #446AFD
Complementary color
Monochromatic Colors of #446AFD
Black with #446AFD
Text Example
Text Example
White with #446AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446AFD; }
p { color: rgb(68,106,253); }
H1.HeaderClassName
{
color: #446AFD;
}
.AnyTagClassName
{
color: #446AFD;
}
</style>
background-color css
<style>
a { background-color: #446AFD; }
a { background-color: rgb(68,106,253); }
div.DivClassName
{
background-color: #446AFD;
}
.BgClassName
{
background-color: #446AFD;
}
</style>
border-color css
<style>
span { border-color: #446AFD; }
span { border-color: rgb(68,106,253); }
td.TdClassName
{
border-color: #446AFD;
}
.TagClassName
{
border-color: #446AFD;
}
</style>