Shades of Royal Blue #4171DC
Tints of Royal Blue #4171DC
RGB
CMYK
RGB Variations
Color information
#4171DC (or 0x4171DC) is known color: Royal Blue. HEX triplet: 41, 71 and DC. RGB value is (65,113,220). Sum of RGB (Red+Green+Blue) = 65+113+220=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4171DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171DC is #BE8E23. Grayscale: #6E6E6E. Windows color (decimal): -12488228 or 14446913. OLE color: 14446913.
HSL color Cylindrical-coordinate representation of color #4171DC: hue angle of 221.42º 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 #4171DC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 113 | 220 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.14 |
| HSL | 221.42º | 0.69% | 0.56% | - |
| HSV(B) | 221.42º | 0.7% | 0.86% | - |
| XYZ | 21 | 18.1 | 70.1 | - |
| YUV | 110.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 220 | 0.70 | 0.49 | 0 | 0.14 | 221.42 | 0.69 | 0.56 |
| Hex | 41 | 71 | DC | 46 | 31 | 0 | E | DD | 45 | 38 |
| Octal | 101 | 161 | 334 | 106 | 61 | 0 | 16 | 335 | 105 | 70 |
| Binary | 1000001 | 1110001 | 11011100 | 1000110 | 110001 | 0 | 1110 | 11011101 | 1000101 | 111000 |
Color Harmonies of #4171DC
Complementary color
Monochromatic Colors of #4171DC
Black with #4171DC
Text Example
Text Example
White with #4171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4171DC; }
p { color: rgb(65,113,220); }
H1.HeaderClassName
{
color: #4171DC;
}
.AnyTagClassName
{
color: #4171DC;
}
</style>
background-color css
<style>
a { background-color: #4171DC; }
a { background-color: rgb(65,113,220); }
div.DivClassName
{
background-color: #4171DC;
}
.BgClassName
{
background-color: #4171DC;
}
</style>
border-color css
<style>
span { border-color: #4171DC; }
span { border-color: rgb(65,113,220); }
td.TdClassName
{
border-color: #4171DC;
}
.TagClassName
{
border-color: #4171DC;
}
</style>