Shades of Royal Blue #446DCF
Tints of Royal Blue #446DCF
RGB
CMYK
RGB Variations
Color information
#446DCF (or 0x446DCF) is known color: Royal Blue. HEX triplet: 44, 6D and CF. RGB value is (68,109,207). Sum of RGB (Red+Green+Blue) = 68+109+207=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #446DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DCF is #BB9230. Grayscale: #6B6B6B. Windows color (decimal): -12292657 or 13593924. OLE color: 13593924.
HSL color Cylindrical-coordinate representation of color #446DCF: hue angle of 222.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446DCF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 109 | 207 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.19 |
| HSL | 222.3º | 0.59% | 0.54% | - |
| HSV(B) | 222.3º | 0.67% | 0.81% | - |
| XYZ | 19.12 | 16.67 | 61.24 | - |
| YUV | 107.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 207 | 0.67 | 0.47 | 0 | 0.19 | 222.3 | 0.59 | 0.54 |
| Hex | 44 | 6D | CF | 43 | 2F | 0 | 13 | DE | 3B | 36 |
| Octal | 104 | 155 | 317 | 103 | 57 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000100 | 1101101 | 11001111 | 1000011 | 101111 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #446DCF
Complementary color
Monochromatic Colors of #446DCF
Black with #446DCF
Text Example
Text Example
White with #446DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DCF; }
p { color: rgb(68,109,207); }
H1.HeaderClassName
{
color: #446DCF;
}
.AnyTagClassName
{
color: #446DCF;
}
</style>
background-color css
<style>
a { background-color: #446DCF; }
a { background-color: rgb(68,109,207); }
div.DivClassName
{
background-color: #446DCF;
}
.BgClassName
{
background-color: #446DCF;
}
</style>
border-color css
<style>
span { border-color: #446DCF; }
span { border-color: rgb(68,109,207); }
td.TdClassName
{
border-color: #446DCF;
}
.TagClassName
{
border-color: #446DCF;
}
</style>