Shades of Royal Blue #416FC6
Tints of Royal Blue #416FC6
RGB
CMYK
RGB Variations
Color information
#416FC6 (or 0x416FC6) is known color: Royal Blue. HEX triplet: 41, 6F and C6. RGB value is (65,111,198). Sum of RGB (Red+Green+Blue) = 65+111+198=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #416FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FC6 is #BE9039. Grayscale: #6A6A6A. Windows color (decimal): -12488762 or 13004609. OLE color: 13004609.
HSL color Cylindrical-coordinate representation of color #416FC6: hue angle of 219.25º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416FC6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 111 | 198 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.22 |
| HSL | 219.25º | 0.54% | 0.52% | - |
| HSV(B) | 219.25º | 0.67% | 0.78% | - |
| XYZ | 18.06 | 16.57 | 55.67 | - |
| YUV | 107.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 198 | 0.67 | 0.44 | 0 | 0.22 | 219.25 | 0.54 | 0.52 |
| Hex | 41 | 6F | C6 | 43 | 2C | 0 | 16 | DB | 36 | 34 |
| Octal | 101 | 157 | 306 | 103 | 54 | 0 | 26 | 333 | 66 | 64 |
| Binary | 1000001 | 1101111 | 11000110 | 1000011 | 101100 | 0 | 10110 | 11011011 | 110110 | 110100 |
Color Harmonies of #416FC6
Complementary color
Monochromatic Colors of #416FC6
Black with #416FC6
Text Example
Text Example
White with #416FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FC6; }
p { color: rgb(65,111,198); }
H1.HeaderClassName
{
color: #416FC6;
}
.AnyTagClassName
{
color: #416FC6;
}
</style>
background-color css
<style>
a { background-color: #416FC6; }
a { background-color: rgb(65,111,198); }
div.DivClassName
{
background-color: #416FC6;
}
.BgClassName
{
background-color: #416FC6;
}
</style>
border-color css
<style>
span { border-color: #416FC6; }
span { border-color: rgb(65,111,198); }
td.TdClassName
{
border-color: #416FC6;
}
.TagClassName
{
border-color: #416FC6;
}
</style>