Shades of Royal Blue #446BEC
Tints of Royal Blue #446BEC
RGB
CMYK
RGB Variations
Color information
#446BEC (or 0x446BEC) is known color: Royal Blue. HEX triplet: 44, 6B and EC. RGB value is (68,107,236). Sum of RGB (Red+Green+Blue) = 68+107+236=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #446BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446BEC is #BB9413. Grayscale: #6D6D6D. Windows color (decimal): -12293140 or 15493956. OLE color: 15493956.
HSL color Cylindrical-coordinate representation of color #446BEC: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #446BEC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 107 | 236 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.07 |
| HSL | 226.07º | 0.82% | 0.6% | - |
| HSV(B) | 226.07º | 0.71% | 0.93% | - |
| XYZ | 22.78 | 17.8 | 81.59 | - |
| YUV | 110.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 236 | 0.71 | 0.55 | 0 | 0.07 | 226.07 | 0.82 | 0.6 |
| Hex | 44 | 6B | EC | 47 | 37 | 0 | 7 | E2 | 52 | 3C |
| Octal | 104 | 153 | 354 | 107 | 67 | 0 | 7 | 342 | 122 | 74 |
| Binary | 1000100 | 1101011 | 11101100 | 1000111 | 110111 | 0 | 111 | 11100010 | 1010010 | 111100 |
Color Harmonies of #446BEC
Complementary color
Monochromatic Colors of #446BEC
Black with #446BEC
Text Example
Text Example
White with #446BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BEC; }
p { color: rgb(68,107,236); }
H1.HeaderClassName
{
color: #446BEC;
}
.AnyTagClassName
{
color: #446BEC;
}
</style>
background-color css
<style>
a { background-color: #446BEC; }
a { background-color: rgb(68,107,236); }
div.DivClassName
{
background-color: #446BEC;
}
.BgClassName
{
background-color: #446BEC;
}
</style>
border-color css
<style>
span { border-color: #446BEC; }
span { border-color: rgb(68,107,236); }
td.TdClassName
{
border-color: #446BEC;
}
.TagClassName
{
border-color: #446BEC;
}
</style>