Shades of Royal Blue #4176D7
Tints of Royal Blue #4176D7
RGB
CMYK
RGB Variations
Color information
#4176D7 (or 0x4176D7) is known color: Royal Blue. HEX triplet: 41, 76 and D7. RGB value is (65,118,215). Sum of RGB (Red+Green+Blue) = 65+118+215=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #4176D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176D7 is #BE8928. Grayscale: #707070. Windows color (decimal): -12486953 or 14120513. OLE color: 14120513.
HSL color Cylindrical-coordinate representation of color #4176D7: hue angle of 218.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4176D7 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 118 | 215 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.16 |
| HSL | 218.8º | 0.65% | 0.55% | - |
| HSV(B) | 218.8º | 0.7% | 0.84% | - |
| XYZ | 20.92 | 18.99 | 66.85 | - |
| YUV | 113.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 215 | 0.70 | 0.45 | 0 | 0.16 | 218.8 | 0.65 | 0.55 |
| Hex | 41 | 76 | D7 | 46 | 2D | 0 | 10 | DB | 41 | 37 |
| Octal | 101 | 166 | 327 | 106 | 55 | 0 | 20 | 333 | 101 | 67 |
| Binary | 1000001 | 1110110 | 11010111 | 1000110 | 101101 | 0 | 10000 | 11011011 | 1000001 | 110111 |
Color Harmonies of #4176D7
Complementary color
Monochromatic Colors of #4176D7
Black with #4176D7
Text Example
Text Example
White with #4176D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176D7; }
p { color: rgb(65,118,215); }
H1.HeaderClassName
{
color: #4176D7;
}
.AnyTagClassName
{
color: #4176D7;
}
</style>
background-color css
<style>
a { background-color: #4176D7; }
a { background-color: rgb(65,118,215); }
div.DivClassName
{
background-color: #4176D7;
}
.BgClassName
{
background-color: #4176D7;
}
</style>
border-color css
<style>
span { border-color: #4176D7; }
span { border-color: rgb(65,118,215); }
td.TdClassName
{
border-color: #4176D7;
}
.TagClassName
{
border-color: #4176D7;
}
</style>