Shades of Royal Blue #446FF6
Tints of Royal Blue #446FF6
RGB
CMYK
RGB Variations
Color information
#446FF6 (or 0x446FF6) is known color: Royal Blue. HEX triplet: 44, 6F and F6. RGB value is (68,111,246). Sum of RGB (Red+Green+Blue) = 68+111+246=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #446FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FF6 is #BB9009. Grayscale: #707070. Windows color (decimal): -12292106 or 16150340. OLE color: 16150340.
HSL color Cylindrical-coordinate representation of color #446FF6: hue angle of 225.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446FF6 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 111 | 246 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.04 |
| HSL | 225.51º | 0.91% | 0.62% | - |
| HSV(B) | 225.51º | 0.72% | 0.96% | - |
| XYZ | 24.7 | 19.25 | 89.6 | - |
| YUV | 113.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 246 | 0.72 | 0.55 | 0 | 0.04 | 225.51 | 0.91 | 0.62 |
| Hex | 44 | 6F | F6 | 48 | 37 | 0 | 4 | E2 | 5B | 3E |
| Octal | 104 | 157 | 366 | 110 | 67 | 0 | 4 | 342 | 133 | 76 |
| Binary | 1000100 | 1101111 | 11110110 | 1001000 | 110111 | 0 | 100 | 11100010 | 1011011 | 111110 |
Color Harmonies of #446FF6
Complementary color
Monochromatic Colors of #446FF6
Black with #446FF6
Text Example
Text Example
White with #446FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FF6; }
p { color: rgb(68,111,246); }
H1.HeaderClassName
{
color: #446FF6;
}
.AnyTagClassName
{
color: #446FF6;
}
</style>
background-color css
<style>
a { background-color: #446FF6; }
a { background-color: rgb(68,111,246); }
div.DivClassName
{
background-color: #446FF6;
}
.BgClassName
{
background-color: #446FF6;
}
</style>
border-color css
<style>
span { border-color: #446FF6; }
span { border-color: rgb(68,111,246); }
td.TdClassName
{
border-color: #446FF6;
}
.TagClassName
{
border-color: #446FF6;
}
</style>