Shades of Royal Blue #4176CC
Tints of Royal Blue #4176CC
RGB
CMYK
RGB Variations
Color information
#4176CC (or 0x4176CC) is known color: Royal Blue. HEX triplet: 41, 76 and CC. RGB value is (65,118,204). Sum of RGB (Red+Green+Blue) = 65+118+204=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4176CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176CC is #BE8933. Grayscale: #6F6F6F. Windows color (decimal): -12486964 or 13399617. OLE color: 13399617.
HSL color Cylindrical-coordinate representation of color #4176CC: hue angle of 217.12º degrees, saturation: 0.58, 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 #4176CC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 118 | 204 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.2 |
| HSL | 217.12º | 0.58% | 0.53% | - |
| HSV(B) | 217.12º | 0.68% | 0.8% | - |
| XYZ | 19.56 | 18.44 | 59.66 | - |
| YUV | 111.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 204 | 0.68 | 0.42 | 0 | 0.2 | 217.12 | 0.58 | 0.53 |
| Hex | 41 | 76 | CC | 44 | 2A | 0 | 14 | D9 | 3A | 35 |
| Octal | 101 | 166 | 314 | 104 | 52 | 0 | 24 | 331 | 72 | 65 |
| Binary | 1000001 | 1110110 | 11001100 | 1000100 | 101010 | 0 | 10100 | 11011001 | 111010 | 110101 |
Color Harmonies of #4176CC
Complementary color
Monochromatic Colors of #4176CC
Black with #4176CC
Text Example
Text Example
White with #4176CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176CC; }
p { color: rgb(65,118,204); }
H1.HeaderClassName
{
color: #4176CC;
}
.AnyTagClassName
{
color: #4176CC;
}
</style>
background-color css
<style>
a { background-color: #4176CC; }
a { background-color: rgb(65,118,204); }
div.DivClassName
{
background-color: #4176CC;
}
.BgClassName
{
background-color: #4176CC;
}
</style>
border-color css
<style>
span { border-color: #4176CC; }
span { border-color: rgb(65,118,204); }
td.TdClassName
{
border-color: #4176CC;
}
.TagClassName
{
border-color: #4176CC;
}
</style>