Shades of Royal Blue #446EC7
Tints of Royal Blue #446EC7
RGB
CMYK
RGB Variations
Color information
#446EC7 (or 0x446EC7) is known color: Royal Blue. HEX triplet: 44, 6E and C7. RGB value is (68,110,199). Sum of RGB (Red+Green+Blue) = 68+110+199=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #446EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC7 is #BB9138. Grayscale: #6B6B6B. Windows color (decimal): -12292409 or 13069892. OLE color: 13069892.
HSL color Cylindrical-coordinate representation of color #446EC7: hue angle of 220.76º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446EC7 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 110 | 199 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.22 |
| HSL | 220.76º | 0.54% | 0.52% | - |
| HSV(B) | 220.76º | 0.66% | 0.78% | - |
| XYZ | 18.27 | 16.5 | 56.26 | - |
| YUV | 107.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 199 | 0.66 | 0.45 | 0 | 0.22 | 220.76 | 0.54 | 0.52 |
| Hex | 44 | 6E | C7 | 42 | 2D | 0 | 16 | DD | 36 | 34 |
| Octal | 104 | 156 | 307 | 102 | 55 | 0 | 26 | 335 | 66 | 64 |
| Binary | 1000100 | 1101110 | 11000111 | 1000010 | 101101 | 0 | 10110 | 11011101 | 110110 | 110100 |
Color Harmonies of #446EC7
Complementary color
Monochromatic Colors of #446EC7
Black with #446EC7
Text Example
Text Example
White with #446EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EC7; }
p { color: rgb(68,110,199); }
H1.HeaderClassName
{
color: #446EC7;
}
.AnyTagClassName
{
color: #446EC7;
}
</style>
background-color css
<style>
a { background-color: #446EC7; }
a { background-color: rgb(68,110,199); }
div.DivClassName
{
background-color: #446EC7;
}
.BgClassName
{
background-color: #446EC7;
}
</style>
border-color css
<style>
span { border-color: #446EC7; }
span { border-color: rgb(68,110,199); }
td.TdClassName
{
border-color: #446EC7;
}
.TagClassName
{
border-color: #446EC7;
}
</style>