Shades of Royal Blue #4173DF
Tints of Royal Blue #4173DF
RGB
CMYK
RGB Variations
Color information
#4173DF (or 0x4173DF) is known color: Royal Blue. HEX triplet: 41, 73 and DF. RGB value is (65,115,223). Sum of RGB (Red+Green+Blue) = 65+115+223=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #4173DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4173DF is #BE8C20. Grayscale: #6F6F6F. Windows color (decimal): -12487713 or 14644033. OLE color: 14644033.
HSL color Cylindrical-coordinate representation of color #4173DF: hue angle of 221.01º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4173DF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 115 | 223 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.13 |
| HSL | 221.01º | 0.71% | 0.56% | - |
| HSV(B) | 221.01º | 0.71% | 0.87% | - |
| XYZ | 21.63 | 18.71 | 72.28 | - |
| YUV | 112.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 223 | 0.71 | 0.48 | 0 | 0.13 | 221.01 | 0.71 | 0.56 |
| Hex | 41 | 73 | DF | 47 | 30 | 0 | D | DD | 47 | 38 |
| Octal | 101 | 163 | 337 | 107 | 60 | 0 | 15 | 335 | 107 | 70 |
| Binary | 1000001 | 1110011 | 11011111 | 1000111 | 110000 | 0 | 1101 | 11011101 | 1000111 | 111000 |
Color Harmonies of #4173DF
Complementary color
Monochromatic Colors of #4173DF
Black with #4173DF
Text Example
Text Example
White with #4173DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173DF; }
p { color: rgb(65,115,223); }
H1.HeaderClassName
{
color: #4173DF;
}
.AnyTagClassName
{
color: #4173DF;
}
</style>
background-color css
<style>
a { background-color: #4173DF; }
a { background-color: rgb(65,115,223); }
div.DivClassName
{
background-color: #4173DF;
}
.BgClassName
{
background-color: #4173DF;
}
</style>
border-color css
<style>
span { border-color: #4173DF; }
span { border-color: rgb(65,115,223); }
td.TdClassName
{
border-color: #4173DF;
}
.TagClassName
{
border-color: #4173DF;
}
</style>