Shades of Royal Blue #446BF7
Tints of Royal Blue #446BF7
RGB
CMYK
RGB Variations
Color information
#446BF7 (or 0x446BF7) is known color: Royal Blue. HEX triplet: 44, 6B and F7. RGB value is (68,107,247). Sum of RGB (Red+Green+Blue) = 68+107+247=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #446BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446BF7 is #BB9408. Grayscale: #6E6E6E. Windows color (decimal): -12293129 or 16214852. OLE color: 16214852.
HSL color Cylindrical-coordinate representation of color #446BF7: hue angle of 226.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446BF7 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 107 | 247 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.03 |
| HSL | 226.93º | 0.92% | 0.62% | - |
| HSV(B) | 226.93º | 0.72% | 0.97% | - |
| XYZ | 24.43 | 18.46 | 90.27 | - |
| YUV | 111.3 | 204.58 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 247 | 0.72 | 0.57 | 0 | 0.03 | 226.93 | 0.92 | 0.62 |
| Hex | 44 | 6B | F7 | 48 | 39 | 0 | 3 | E3 | 5C | 3E |
| Octal | 104 | 153 | 367 | 110 | 71 | 0 | 3 | 343 | 134 | 76 |
| Binary | 1000100 | 1101011 | 11110111 | 1001000 | 111001 | 0 | 11 | 11100011 | 1011100 | 111110 |
Color Harmonies of #446BF7
Complementary color
Monochromatic Colors of #446BF7
Black with #446BF7
Text Example
Text Example
White with #446BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BF7; }
p { color: rgb(68,107,247); }
H1.HeaderClassName
{
color: #446BF7;
}
.AnyTagClassName
{
color: #446BF7;
}
</style>
background-color css
<style>
a { background-color: #446BF7; }
a { background-color: rgb(68,107,247); }
div.DivClassName
{
background-color: #446BF7;
}
.BgClassName
{
background-color: #446BF7;
}
</style>
border-color css
<style>
span { border-color: #446BF7; }
span { border-color: rgb(68,107,247); }
td.TdClassName
{
border-color: #446BF7;
}
.TagClassName
{
border-color: #446BF7;
}
</style>