Shades of Royal Blue #446FCE
Tints of Royal Blue #446FCE
RGB
CMYK
RGB Variations
Color information
#446FCE (or 0x446FCE) is known color: Royal Blue. HEX triplet: 44, 6F and CE. RGB value is (68,111,206). Sum of RGB (Red+Green+Blue) = 68+111+206=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #446FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FCE is #BB9031. Grayscale: #6C6C6C. Windows color (decimal): -12292146 or 13528900. OLE color: 13528900.
HSL color Cylindrical-coordinate representation of color #446FCE: hue angle of 221.3º 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 #446FCE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 111 | 206 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.19 |
| HSL | 221.3º | 0.58% | 0.54% | - |
| HSV(B) | 221.3º | 0.67% | 0.81% | - |
| XYZ | 19.21 | 17.05 | 60.67 | - |
| YUV | 108.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 206 | 0.67 | 0.46 | 0 | 0.19 | 221.3 | 0.58 | 0.54 |
| Hex | 44 | 6F | CE | 43 | 2E | 0 | 13 | DD | 3A | 36 |
| Octal | 104 | 157 | 316 | 103 | 56 | 0 | 23 | 335 | 72 | 66 |
| Binary | 1000100 | 1101111 | 11001110 | 1000011 | 101110 | 0 | 10011 | 11011101 | 111010 | 110110 |
Color Harmonies of #446FCE
Complementary color
Monochromatic Colors of #446FCE
Black with #446FCE
Text Example
Text Example
White with #446FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FCE; }
p { color: rgb(68,111,206); }
H1.HeaderClassName
{
color: #446FCE;
}
.AnyTagClassName
{
color: #446FCE;
}
</style>
background-color css
<style>
a { background-color: #446FCE; }
a { background-color: rgb(68,111,206); }
div.DivClassName
{
background-color: #446FCE;
}
.BgClassName
{
background-color: #446FCE;
}
</style>
border-color css
<style>
span { border-color: #446FCE; }
span { border-color: rgb(68,111,206); }
td.TdClassName
{
border-color: #446FCE;
}
.TagClassName
{
border-color: #446FCE;
}
</style>