Shades of Royal Blue #446EC8
Tints of Royal Blue #446EC8
RGB
CMYK
RGB Variations
Color information
#446EC8 (or 0x446EC8) is known color: Royal Blue. HEX triplet: 44, 6E and C8. RGB value is (68,110,200). Sum of RGB (Red+Green+Blue) = 68+110+200=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #446EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC8 is #BB9137. Grayscale: #6B6B6B. Windows color (decimal): -12292408 or 13135428. OLE color: 13135428.
HSL color Cylindrical-coordinate representation of color #446EC8: hue angle of 220.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446EC8 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 110 | 200 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.22 |
| HSL | 220.91º | 0.55% | 0.53% | - |
| HSV(B) | 220.91º | 0.66% | 0.78% | - |
| XYZ | 18.39 | 16.55 | 56.87 | - |
| YUV | 107.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 200 | 0.66 | 0.45 | 0 | 0.22 | 220.91 | 0.55 | 0.53 |
| Hex | 44 | 6E | C8 | 42 | 2D | 0 | 16 | DD | 37 | 35 |
| Octal | 104 | 156 | 310 | 102 | 55 | 0 | 26 | 335 | 67 | 65 |
| Binary | 1000100 | 1101110 | 11001000 | 1000010 | 101101 | 0 | 10110 | 11011101 | 110111 | 110101 |
Color Harmonies of #446EC8
Complementary color
Monochromatic Colors of #446EC8
Black with #446EC8
Text Example
Text Example
White with #446EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EC8; }
p { color: rgb(68,110,200); }
H1.HeaderClassName
{
color: #446EC8;
}
.AnyTagClassName
{
color: #446EC8;
}
</style>
background-color css
<style>
a { background-color: #446EC8; }
a { background-color: rgb(68,110,200); }
div.DivClassName
{
background-color: #446EC8;
}
.BgClassName
{
background-color: #446EC8;
}
</style>
border-color css
<style>
span { border-color: #446EC8; }
span { border-color: rgb(68,110,200); }
td.TdClassName
{
border-color: #446EC8;
}
.TagClassName
{
border-color: #446EC8;
}
</style>