Shades of Royal Blue #446ECE
Tints of Royal Blue #446ECE
RGB
CMYK
RGB Variations
Color information
#446ECE (or 0x446ECE) is known color: Royal Blue. HEX triplet: 44, 6E and CE. RGB value is (68,110,206). Sum of RGB (Red+Green+Blue) = 68+110+206=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #446ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ECE is #BB9131. Grayscale: #6B6B6B. Windows color (decimal): -12292402 or 13528644. OLE color: 13528644.
HSL color Cylindrical-coordinate representation of color #446ECE: hue angle of 221.74º degrees, saturation: 0.58, 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 #446ECE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 110 | 206 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.19 |
| HSL | 221.74º | 0.58% | 0.54% | - |
| HSV(B) | 221.74º | 0.67% | 0.81% | - |
| XYZ | 19.1 | 16.84 | 60.64 | - |
| YUV | 108.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 206 | 0.67 | 0.47 | 0 | 0.19 | 221.74 | 0.58 | 0.54 |
| Hex | 44 | 6E | CE | 43 | 2F | 0 | 13 | DE | 3A | 36 |
| Octal | 104 | 156 | 316 | 103 | 57 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000100 | 1101110 | 11001110 | 1000011 | 101111 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #446ECE
Complementary color
Monochromatic Colors of #446ECE
Black with #446ECE
Text Example
Text Example
White with #446ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446ECE; }
p { color: rgb(68,110,206); }
H1.HeaderClassName
{
color: #446ECE;
}
.AnyTagClassName
{
color: #446ECE;
}
</style>
background-color css
<style>
a { background-color: #446ECE; }
a { background-color: rgb(68,110,206); }
div.DivClassName
{
background-color: #446ECE;
}
.BgClassName
{
background-color: #446ECE;
}
</style>
border-color css
<style>
span { border-color: #446ECE; }
span { border-color: rgb(68,110,206); }
td.TdClassName
{
border-color: #446ECE;
}
.TagClassName
{
border-color: #446ECE;
}
</style>