Shades of Royal Blue #446FD5
Tints of Royal Blue #446FD5
RGB
CMYK
RGB Variations
Color information
#446FD5 (or 0x446FD5) is known color: Royal Blue. HEX triplet: 44, 6F and D5. RGB value is (68,111,213). Sum of RGB (Red+Green+Blue) = 68+111+213=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #446FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FD5 is #BB902A. Grayscale: #6D6D6D. Windows color (decimal): -12292139 or 13987652. OLE color: 13987652.
HSL color Cylindrical-coordinate representation of color #446FD5: hue angle of 222.21º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446FD5 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 111 | 213 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.16 |
| HSL | 222.21º | 0.63% | 0.55% | - |
| HSV(B) | 222.21º | 0.68% | 0.84% | - |
| XYZ | 20.08 | 17.4 | 65.25 | - |
| YUV | 109.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 213 | 0.68 | 0.48 | 0 | 0.16 | 222.21 | 0.63 | 0.55 |
| Hex | 44 | 6F | D5 | 44 | 30 | 0 | 10 | DE | 3F | 37 |
| Octal | 104 | 157 | 325 | 104 | 60 | 0 | 20 | 336 | 77 | 67 |
| Binary | 1000100 | 1101111 | 11010101 | 1000100 | 110000 | 0 | 10000 | 11011110 | 111111 | 110111 |
Color Harmonies of #446FD5
Complementary color
Monochromatic Colors of #446FD5
Black with #446FD5
Text Example
Text Example
White with #446FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FD5; }
p { color: rgb(68,111,213); }
H1.HeaderClassName
{
color: #446FD5;
}
.AnyTagClassName
{
color: #446FD5;
}
</style>
background-color css
<style>
a { background-color: #446FD5; }
a { background-color: rgb(68,111,213); }
div.DivClassName
{
background-color: #446FD5;
}
.BgClassName
{
background-color: #446FD5;
}
</style>
border-color css
<style>
span { border-color: #446FD5; }
span { border-color: rgb(68,111,213); }
td.TdClassName
{
border-color: #446FD5;
}
.TagClassName
{
border-color: #446FD5;
}
</style>