Shades of Royal Blue #446ED1
Tints of Royal Blue #446ED1
RGB
CMYK
RGB Variations
Color information
#446ED1 (or 0x446ED1) is known color: Royal Blue. HEX triplet: 44, 6E and D1. RGB value is (68,110,209). Sum of RGB (Red+Green+Blue) = 68+110+209=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #446ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ED1 is #BB912E. Grayscale: #6C6C6C. Windows color (decimal): -12292399 or 13725252. OLE color: 13725252.
HSL color Cylindrical-coordinate representation of color #446ED1: hue angle of 222.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446ED1 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 110 | 209 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.18 |
| HSL | 222.13º | 0.61% | 0.54% | - |
| HSV(B) | 222.13º | 0.67% | 0.82% | - |
| XYZ | 19.47 | 16.98 | 62.57 | - |
| YUV | 108.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 209 | 0.67 | 0.47 | 0 | 0.18 | 222.13 | 0.61 | 0.54 |
| Hex | 44 | 6E | D1 | 43 | 2F | 0 | 12 | DE | 3D | 36 |
| Octal | 104 | 156 | 321 | 103 | 57 | 0 | 22 | 336 | 75 | 66 |
| Binary | 1000100 | 1101110 | 11010001 | 1000011 | 101111 | 0 | 10010 | 11011110 | 111101 | 110110 |
Color Harmonies of #446ED1
Complementary color
Monochromatic Colors of #446ED1
Black with #446ED1
Text Example
Text Example
White with #446ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446ED1; }
p { color: rgb(68,110,209); }
H1.HeaderClassName
{
color: #446ED1;
}
.AnyTagClassName
{
color: #446ED1;
}
</style>
background-color css
<style>
a { background-color: #446ED1; }
a { background-color: rgb(68,110,209); }
div.DivClassName
{
background-color: #446ED1;
}
.BgClassName
{
background-color: #446ED1;
}
</style>
border-color css
<style>
span { border-color: #446ED1; }
span { border-color: rgb(68,110,209); }
td.TdClassName
{
border-color: #446ED1;
}
.TagClassName
{
border-color: #446ED1;
}
</style>