Shades of Royal Blue #446BDF
Tints of Royal Blue #446BDF
RGB
CMYK
RGB Variations
Color information
#446BDF (or 0x446BDF) is known color: Royal Blue. HEX triplet: 44, 6B and DF. RGB value is (68,107,223). Sum of RGB (Red+Green+Blue) = 68+107+223=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #446BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BDF is #BB9420. Grayscale: #6C6C6C. Windows color (decimal): -12293153 or 14641988. OLE color: 14641988.
HSL color Cylindrical-coordinate representation of color #446BDF: hue angle of 224.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446BDF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 107 | 223 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.13 |
| HSL | 224.9º | 0.71% | 0.57% | - |
| HSV(B) | 224.9º | 0.7% | 0.87% | - |
| XYZ | 20.96 | 17.07 | 72 | - |
| YUV | 108.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 223 | 0.70 | 0.52 | 0 | 0.13 | 224.9 | 0.71 | 0.57 |
| Hex | 44 | 6B | DF | 46 | 34 | 0 | D | E1 | 47 | 39 |
| Octal | 104 | 153 | 337 | 106 | 64 | 0 | 15 | 341 | 107 | 71 |
| Binary | 1000100 | 1101011 | 11011111 | 1000110 | 110100 | 0 | 1101 | 11100001 | 1000111 | 111001 |
Color Harmonies of #446BDF
Complementary color
Monochromatic Colors of #446BDF
Black with #446BDF
Text Example
Text Example
White with #446BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BDF; }
p { color: rgb(68,107,223); }
H1.HeaderClassName
{
color: #446BDF;
}
.AnyTagClassName
{
color: #446BDF;
}
</style>
background-color css
<style>
a { background-color: #446BDF; }
a { background-color: rgb(68,107,223); }
div.DivClassName
{
background-color: #446BDF;
}
.BgClassName
{
background-color: #446BDF;
}
</style>
border-color css
<style>
span { border-color: #446BDF; }
span { border-color: rgb(68,107,223); }
td.TdClassName
{
border-color: #446BDF;
}
.TagClassName
{
border-color: #446BDF;
}
</style>