Shades of Royal Blue #4166DC
Tints of Royal Blue #4166DC
RGB
CMYK
RGB Variations
Color information
#4166DC (or 0x4166DC) is known color: Royal Blue. HEX triplet: 41, 66 and DC. RGB value is (65,102,220). Sum of RGB (Red+Green+Blue) = 65+102+220=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4166DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166DC is #BE9923. Grayscale: #676767. Windows color (decimal): -12491044 or 14444097. OLE color: 14444097.
HSL color Cylindrical-coordinate representation of color #4166DC: hue angle of 225.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4166DC is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 102 | 220 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.14 |
| HSL | 225.68º | 0.69% | 0.56% | - |
| HSV(B) | 225.68º | 0.7% | 0.86% | - |
| XYZ | 19.85 | 15.79 | 69.71 | - |
| YUV | 104.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 220 | 0.70 | 0.54 | 0 | 0.14 | 225.68 | 0.69 | 0.56 |
| Hex | 41 | 66 | DC | 46 | 36 | 0 | E | E2 | 45 | 38 |
| Octal | 101 | 146 | 334 | 106 | 66 | 0 | 16 | 342 | 105 | 70 |
| Binary | 1000001 | 1100110 | 11011100 | 1000110 | 110110 | 0 | 1110 | 11100010 | 1000101 | 111000 |
Color Harmonies of #4166DC
Complementary color
Monochromatic Colors of #4166DC
Black with #4166DC
Text Example
Text Example
White with #4166DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166DC; }
p { color: rgb(65,102,220); }
H1.HeaderClassName
{
color: #4166DC;
}
.AnyTagClassName
{
color: #4166DC;
}
</style>
background-color css
<style>
a { background-color: #4166DC; }
a { background-color: rgb(65,102,220); }
div.DivClassName
{
background-color: #4166DC;
}
.BgClassName
{
background-color: #4166DC;
}
</style>
border-color css
<style>
span { border-color: #4166DC; }
span { border-color: rgb(65,102,220); }
td.TdClassName
{
border-color: #4166DC;
}
.TagClassName
{
border-color: #4166DC;
}
</style>