Shades of Royal Blue #446FDE
Tints of Royal Blue #446FDE
RGB
CMYK
RGB Variations
Color information
#446FDE (or 0x446FDE) is known color: Royal Blue. HEX triplet: 44, 6F and DE. RGB value is (68,111,222). Sum of RGB (Red+Green+Blue) = 68+111+222=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #446FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDE is #BB9021. Grayscale: #6E6E6E. Windows color (decimal): -12292130 or 14577476. OLE color: 14577476.
HSL color Cylindrical-coordinate representation of color #446FDE: hue angle of 223.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446FDE is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 111 | 222 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.13 |
| HSL | 223.25º | 0.7% | 0.57% | - |
| HSV(B) | 223.25º | 0.69% | 0.87% | - |
| XYZ | 21.25 | 17.87 | 71.44 | - |
| YUV | 110.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 222 | 0.69 | 0.5 | 0 | 0.13 | 223.25 | 0.7 | 0.57 |
| Hex | 44 | 6F | DE | 45 | 32 | 0 | D | DF | 46 | 39 |
| Octal | 104 | 157 | 336 | 105 | 62 | 0 | 15 | 337 | 106 | 71 |
| Binary | 1000100 | 1101111 | 11011110 | 1000101 | 110010 | 0 | 1101 | 11011111 | 1000110 | 111001 |
Color Harmonies of #446FDE
Complementary color
Monochromatic Colors of #446FDE
Black with #446FDE
Text Example
Text Example
White with #446FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FDE; }
p { color: rgb(68,111,222); }
H1.HeaderClassName
{
color: #446FDE;
}
.AnyTagClassName
{
color: #446FDE;
}
</style>
background-color css
<style>
a { background-color: #446FDE; }
a { background-color: rgb(68,111,222); }
div.DivClassName
{
background-color: #446FDE;
}
.BgClassName
{
background-color: #446FDE;
}
</style>
border-color css
<style>
span { border-color: #446FDE; }
span { border-color: rgb(68,111,222); }
td.TdClassName
{
border-color: #446FDE;
}
.TagClassName
{
border-color: #446FDE;
}
</style>