Shades of Royal Blue #4166E5
Tints of Royal Blue #4166E5
RGB
CMYK
RGB Variations
Color information
#4166E5 (or 0x4166E5) is known color: Royal Blue. HEX triplet: 41, 66 and E5. RGB value is (65,102,229). Sum of RGB (Red+Green+Blue) = 65+102+229=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #4166E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166E5 is #BE991A. Grayscale: #686868. Windows color (decimal): -12491035 or 15033921. OLE color: 15033921.
HSL color Cylindrical-coordinate representation of color #4166E5: hue angle of 226.46º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4166E5 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 102 | 229 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.10 |
| HSL | 226.46º | 0.76% | 0.58% | - |
| HSV(B) | 226.46º | 0.72% | 0.9% | - |
| XYZ | 21.07 | 16.28 | 76.16 | - |
| YUV | 105.42 | 197.74 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 229 | 0.72 | 0.55 | 0 | 0.10 | 226.46 | 0.76 | 0.58 |
| Hex | 41 | 66 | E5 | 48 | 37 | 0 | A | E2 | 4C | 3A |
| Octal | 101 | 146 | 345 | 110 | 67 | 0 | 12 | 342 | 114 | 72 |
| Binary | 1000001 | 1100110 | 11100101 | 1001000 | 110111 | 0 | 1010 | 11100010 | 1001100 | 111010 |
Color Harmonies of #4166E5
Complementary color
Monochromatic Colors of #4166E5
Black with #4166E5
Text Example
Text Example
White with #4166E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166E5; }
p { color: rgb(65,102,229); }
H1.HeaderClassName
{
color: #4166E5;
}
.AnyTagClassName
{
color: #4166E5;
}
</style>
background-color css
<style>
a { background-color: #4166E5; }
a { background-color: rgb(65,102,229); }
div.DivClassName
{
background-color: #4166E5;
}
.BgClassName
{
background-color: #4166E5;
}
</style>
border-color css
<style>
span { border-color: #4166E5; }
span { border-color: rgb(65,102,229); }
td.TdClassName
{
border-color: #4166E5;
}
.TagClassName
{
border-color: #4166E5;
}
</style>