Shades of Royal Blue #446EFC
Tints of Royal Blue #446EFC
RGB
CMYK
RGB Variations
Color information
#446EFC (or 0x446EFC) is known color: Royal Blue. HEX triplet: 44, 6E and FC. RGB value is (68,110,252). Sum of RGB (Red+Green+Blue) = 68+110+252=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #446EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EFC is #BB9103. Grayscale: #717171. Windows color (decimal): -12292356 or 16543300. OLE color: 16543300.
HSL color Cylindrical-coordinate representation of color #446EFC: hue angle of 226.3º degrees, saturation: 0.97, 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 #446EFC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 110 | 252 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.01 |
| HSL | 226.3º | 0.97% | 0.63% | - |
| HSV(B) | 226.3º | 0.73% | 0.99% | - |
| XYZ | 25.53 | 19.41 | 94.5 | - |
| YUV | 113.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 252 | 0.73 | 0.56 | 0 | 0.01 | 226.3 | 0.97 | 0.63 |
| Hex | 44 | 6E | FC | 49 | 38 | 0 | 1 | E2 | 61 | 3F |
| Octal | 104 | 156 | 374 | 111 | 70 | 0 | 1 | 342 | 141 | 77 |
| Binary | 1000100 | 1101110 | 11111100 | 1001001 | 111000 | 0 | 1 | 11100010 | 1100001 | 111111 |
Color Harmonies of #446EFC
Complementary color
Monochromatic Colors of #446EFC
Black with #446EFC
Text Example
Text Example
White with #446EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EFC; }
p { color: rgb(68,110,252); }
H1.HeaderClassName
{
color: #446EFC;
}
.AnyTagClassName
{
color: #446EFC;
}
</style>
background-color css
<style>
a { background-color: #446EFC; }
a { background-color: rgb(68,110,252); }
div.DivClassName
{
background-color: #446EFC;
}
.BgClassName
{
background-color: #446EFC;
}
</style>
border-color css
<style>
span { border-color: #446EFC; }
span { border-color: rgb(68,110,252); }
td.TdClassName
{
border-color: #446EFC;
}
.TagClassName
{
border-color: #446EFC;
}
</style>