Shades of Royal Blue #446BEF
Tints of Royal Blue #446BEF
RGB
CMYK
RGB Variations
Color information
#446BEF (or 0x446BEF) is known color: Royal Blue. HEX triplet: 44, 6B and EF. RGB value is (68,107,239). Sum of RGB (Red+Green+Blue) = 68+107+239=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #446BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446BEF is #BB9410. Grayscale: #6D6D6D. Windows color (decimal): -12293137 or 15690564. OLE color: 15690564.
HSL color Cylindrical-coordinate representation of color #446BEF: hue angle of 226.32º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446BEF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 107 | 239 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.06 |
| HSL | 226.32º | 0.84% | 0.6% | - |
| HSV(B) | 226.32º | 0.72% | 0.94% | - |
| XYZ | 23.22 | 17.98 | 83.91 | - |
| YUV | 110.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 239 | 0.72 | 0.55 | 0 | 0.06 | 226.32 | 0.84 | 0.6 |
| Hex | 44 | 6B | EF | 48 | 37 | 0 | 6 | E2 | 54 | 3C |
| Octal | 104 | 153 | 357 | 110 | 67 | 0 | 6 | 342 | 124 | 74 |
| Binary | 1000100 | 1101011 | 11101111 | 1001000 | 110111 | 0 | 110 | 11100010 | 1010100 | 111100 |
Color Harmonies of #446BEF
Complementary color
Monochromatic Colors of #446BEF
Black with #446BEF
Text Example
Text Example
White with #446BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BEF; }
p { color: rgb(68,107,239); }
H1.HeaderClassName
{
color: #446BEF;
}
.AnyTagClassName
{
color: #446BEF;
}
</style>
background-color css
<style>
a { background-color: #446BEF; }
a { background-color: rgb(68,107,239); }
div.DivClassName
{
background-color: #446BEF;
}
.BgClassName
{
background-color: #446BEF;
}
</style>
border-color css
<style>
span { border-color: #446BEF; }
span { border-color: rgb(68,107,239); }
td.TdClassName
{
border-color: #446BEF;
}
.TagClassName
{
border-color: #446BEF;
}
</style>