Shades of Royal Blue #446FD3
Tints of Royal Blue #446FD3
RGB
CMYK
RGB Variations
Color information
#446FD3 (or 0x446FD3) is known color: Royal Blue. HEX triplet: 44, 6F and D3. RGB value is (68,111,211). Sum of RGB (Red+Green+Blue) = 68+111+211=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #446FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FD3 is #BB902C. Grayscale: #6D6D6D. Windows color (decimal): -12292141 or 13856580. OLE color: 13856580.
HSL color Cylindrical-coordinate representation of color #446FD3: hue angle of 221.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446FD3 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 111 | 211 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.17 |
| HSL | 221.96º | 0.62% | 0.55% | - |
| HSV(B) | 221.96º | 0.68% | 0.83% | - |
| XYZ | 19.83 | 17.3 | 63.92 | - |
| YUV | 109.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 211 | 0.68 | 0.47 | 0 | 0.17 | 221.96 | 0.62 | 0.55 |
| Hex | 44 | 6F | D3 | 44 | 2F | 0 | 11 | DE | 3E | 37 |
| Octal | 104 | 157 | 323 | 104 | 57 | 0 | 21 | 336 | 76 | 67 |
| Binary | 1000100 | 1101111 | 11010011 | 1000100 | 101111 | 0 | 10001 | 11011110 | 111110 | 110111 |
Color Harmonies of #446FD3
Complementary color
Monochromatic Colors of #446FD3
Black with #446FD3
Text Example
Text Example
White with #446FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FD3; }
p { color: rgb(68,111,211); }
H1.HeaderClassName
{
color: #446FD3;
}
.AnyTagClassName
{
color: #446FD3;
}
</style>
background-color css
<style>
a { background-color: #446FD3; }
a { background-color: rgb(68,111,211); }
div.DivClassName
{
background-color: #446FD3;
}
.BgClassName
{
background-color: #446FD3;
}
</style>
border-color css
<style>
span { border-color: #446FD3; }
span { border-color: rgb(68,111,211); }
td.TdClassName
{
border-color: #446FD3;
}
.TagClassName
{
border-color: #446FD3;
}
</style>