Shades of Royal Blue #4170C7
Tints of Royal Blue #4170C7
RGB
CMYK
RGB Variations
Color information
#4170C7 (or 0x4170C7) is known color: Royal Blue. HEX triplet: 41, 70 and C7. RGB value is (65,112,199). Sum of RGB (Red+Green+Blue) = 65+112+199=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #4170C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170C7 is #BE8F38. Grayscale: #6B6B6B. Windows color (decimal): -12488505 or 13070401. OLE color: 13070401.
HSL color Cylindrical-coordinate representation of color #4170C7: hue angle of 218.96º 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 #4170C7 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 112 | 199 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.22 |
| HSL | 218.96º | 0.54% | 0.52% | - |
| HSV(B) | 218.96º | 0.67% | 0.78% | - |
| XYZ | 18.28 | 16.84 | 56.32 | - |
| YUV | 107.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 199 | 0.67 | 0.44 | 0 | 0.22 | 218.96 | 0.54 | 0.52 |
| Hex | 41 | 70 | C7 | 43 | 2C | 0 | 16 | DB | 36 | 34 |
| Octal | 101 | 160 | 307 | 103 | 54 | 0 | 26 | 333 | 66 | 64 |
| Binary | 1000001 | 1110000 | 11000111 | 1000011 | 101100 | 0 | 10110 | 11011011 | 110110 | 110100 |
Color Harmonies of #4170C7
Complementary color
Monochromatic Colors of #4170C7
Black with #4170C7
Text Example
Text Example
White with #4170C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170C7; }
p { color: rgb(65,112,199); }
H1.HeaderClassName
{
color: #4170C7;
}
.AnyTagClassName
{
color: #4170C7;
}
</style>
background-color css
<style>
a { background-color: #4170C7; }
a { background-color: rgb(65,112,199); }
div.DivClassName
{
background-color: #4170C7;
}
.BgClassName
{
background-color: #4170C7;
}
</style>
border-color css
<style>
span { border-color: #4170C7; }
span { border-color: rgb(65,112,199); }
td.TdClassName
{
border-color: #4170C7;
}
.TagClassName
{
border-color: #4170C7;
}
</style>