Shades of Royal Blue #446DDA
Tints of Royal Blue #446DDA
RGB
CMYK
RGB Variations
Color information
#446DDA (or 0x446DDA) is known color: Royal Blue. HEX triplet: 44, 6D and DA. RGB value is (68,109,218). Sum of RGB (Red+Green+Blue) = 68+109+218=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #446DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DDA is #BB9225. Grayscale: #6C6C6C. Windows color (decimal): -12292646 or 14314820. OLE color: 14314820.
HSL color Cylindrical-coordinate representation of color #446DDA: hue angle of 223.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446DDA is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 109 | 218 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.15 |
| HSL | 223.6º | 0.67% | 0.56% | - |
| HSV(B) | 223.6º | 0.69% | 0.85% | - |
| XYZ | 20.51 | 17.23 | 68.57 | - |
| YUV | 109.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 218 | 0.69 | 0.5 | 0 | 0.15 | 223.6 | 0.67 | 0.56 |
| Hex | 44 | 6D | DA | 45 | 32 | 0 | F | E0 | 43 | 38 |
| Octal | 104 | 155 | 332 | 105 | 62 | 0 | 17 | 340 | 103 | 70 |
| Binary | 1000100 | 1101101 | 11011010 | 1000101 | 110010 | 0 | 1111 | 11100000 | 1000011 | 111000 |
Color Harmonies of #446DDA
Complementary color
Monochromatic Colors of #446DDA
Black with #446DDA
Text Example
Text Example
White with #446DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DDA; }
p { color: rgb(68,109,218); }
H1.HeaderClassName
{
color: #446DDA;
}
.AnyTagClassName
{
color: #446DDA;
}
</style>
background-color css
<style>
a { background-color: #446DDA; }
a { background-color: rgb(68,109,218); }
div.DivClassName
{
background-color: #446DDA;
}
.BgClassName
{
background-color: #446DDA;
}
</style>
border-color css
<style>
span { border-color: #446DDA; }
span { border-color: rgb(68,109,218); }
td.TdClassName
{
border-color: #446DDA;
}
.TagClassName
{
border-color: #446DDA;
}
</style>