Shades of Royal Blue #4170CB
Tints of Royal Blue #4170CB
RGB
CMYK
RGB Variations
Color information
#4170CB (or 0x4170CB) is known color: Royal Blue. HEX triplet: 41, 70 and CB. RGB value is (65,112,203). Sum of RGB (Red+Green+Blue) = 65+112+203=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #4170CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170CB is #BE8F34. Grayscale: #6B6B6B. Windows color (decimal): -12488501 or 13332545. OLE color: 13332545.
HSL color Cylindrical-coordinate representation of color #4170CB: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4170CB is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 112 | 203 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.20 |
| HSL | 219.57º | 0.57% | 0.53% | - |
| HSV(B) | 219.57º | 0.68% | 0.8% | - |
| XYZ | 18.75 | 17.02 | 58.8 | - |
| YUV | 108.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 203 | 0.68 | 0.45 | 0 | 0.20 | 219.57 | 0.57 | 0.53 |
| Hex | 41 | 70 | CB | 44 | 2D | 0 | 14 | DC | 39 | 35 |
| Octal | 101 | 160 | 313 | 104 | 55 | 0 | 24 | 334 | 71 | 65 |
| Binary | 1000001 | 1110000 | 11001011 | 1000100 | 101101 | 0 | 10100 | 11011100 | 111001 | 110101 |
Color Harmonies of #4170CB
Complementary color
Monochromatic Colors of #4170CB
Black with #4170CB
Text Example
Text Example
White with #4170CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170CB; }
p { color: rgb(65,112,203); }
H1.HeaderClassName
{
color: #4170CB;
}
.AnyTagClassName
{
color: #4170CB;
}
</style>
background-color css
<style>
a { background-color: #4170CB; }
a { background-color: rgb(65,112,203); }
div.DivClassName
{
background-color: #4170CB;
}
.BgClassName
{
background-color: #4170CB;
}
</style>
border-color css
<style>
span { border-color: #4170CB; }
span { border-color: rgb(65,112,203); }
td.TdClassName
{
border-color: #4170CB;
}
.TagClassName
{
border-color: #4170CB;
}
</style>