Shades of Royal Blue #446EF4
Tints of Royal Blue #446EF4
RGB
CMYK
RGB Variations
Color information
#446EF4 (or 0x446EF4) is known color: Royal Blue. HEX triplet: 44, 6E and F4. RGB value is (68,110,244). Sum of RGB (Red+Green+Blue) = 68+110+244=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #446EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EF4 is #BB910B. Grayscale: #707070. Windows color (decimal): -12292364 or 16019012. OLE color: 16019012.
HSL color Cylindrical-coordinate representation of color #446EF4: hue angle of 225.68º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446EF4 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 110 | 244 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.04 |
| HSL | 225.68º | 0.89% | 0.61% | - |
| HSV(B) | 225.68º | 0.72% | 0.96% | - |
| XYZ | 24.29 | 18.91 | 87.96 | - |
| YUV | 112.72 | 202.09 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 244 | 0.72 | 0.55 | 0 | 0.04 | 225.68 | 0.89 | 0.61 |
| Hex | 44 | 6E | F4 | 48 | 37 | 0 | 4 | E2 | 59 | 3D |
| Octal | 104 | 156 | 364 | 110 | 67 | 0 | 4 | 342 | 131 | 75 |
| Binary | 1000100 | 1101110 | 11110100 | 1001000 | 110111 | 0 | 100 | 11100010 | 1011001 | 111101 |
Color Harmonies of #446EF4
Complementary color
Monochromatic Colors of #446EF4
Black with #446EF4
Text Example
Text Example
White with #446EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EF4; }
p { color: rgb(68,110,244); }
H1.HeaderClassName
{
color: #446EF4;
}
.AnyTagClassName
{
color: #446EF4;
}
</style>
background-color css
<style>
a { background-color: #446EF4; }
a { background-color: rgb(68,110,244); }
div.DivClassName
{
background-color: #446EF4;
}
.BgClassName
{
background-color: #446EF4;
}
</style>
border-color css
<style>
span { border-color: #446EF4; }
span { border-color: rgb(68,110,244); }
td.TdClassName
{
border-color: #446EF4;
}
.TagClassName
{
border-color: #446EF4;
}
</style>