Shades of Royal Blue #446EDB
Tints of Royal Blue #446EDB
RGB
CMYK
RGB Variations
Color information
#446EDB (or 0x446EDB) is known color: Royal Blue. HEX triplet: 44, 6E and DB. RGB value is (68,110,219). Sum of RGB (Red+Green+Blue) = 68+110+219=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #446EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EDB is #BB9124. Grayscale: #6D6D6D. Windows color (decimal): -12292389 or 14380612. OLE color: 14380612.
HSL color Cylindrical-coordinate representation of color #446EDB: hue angle of 223.31º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446EDB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 110 | 219 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.14 |
| HSL | 223.31º | 0.68% | 0.56% | - |
| HSV(B) | 223.31º | 0.69% | 0.86% | - |
| XYZ | 20.75 | 17.5 | 69.3 | - |
| YUV | 109.87 | 189.59 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 219 | 0.69 | 0.50 | 0 | 0.14 | 223.31 | 0.68 | 0.56 |
| Hex | 44 | 6E | DB | 45 | 32 | 0 | E | DF | 44 | 38 |
| Octal | 104 | 156 | 333 | 105 | 62 | 0 | 16 | 337 | 104 | 70 |
| Binary | 1000100 | 1101110 | 11011011 | 1000101 | 110010 | 0 | 1110 | 11011111 | 1000100 | 111000 |
Color Harmonies of #446EDB
Complementary color
Monochromatic Colors of #446EDB
Black with #446EDB
Text Example
Text Example
White with #446EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EDB; }
p { color: rgb(68,110,219); }
H1.HeaderClassName
{
color: #446EDB;
}
.AnyTagClassName
{
color: #446EDB;
}
</style>
background-color css
<style>
a { background-color: #446EDB; }
a { background-color: rgb(68,110,219); }
div.DivClassName
{
background-color: #446EDB;
}
.BgClassName
{
background-color: #446EDB;
}
</style>
border-color css
<style>
span { border-color: #446EDB; }
span { border-color: rgb(68,110,219); }
td.TdClassName
{
border-color: #446EDB;
}
.TagClassName
{
border-color: #446EDB;
}
</style>