Shades of Royal Blue #4176FF
Tints of Royal Blue #4176FF
RGB
CMYK
RGB Variations
Color information
#4176FF (or 0x4176FF) is known color: Royal Blue. HEX triplet: 41, 76 and FF. RGB value is (65,118,255). Sum of RGB (Red+Green+Blue) = 65+118+255=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4176FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4176FF is #BE8900. Grayscale: #757575. Windows color (decimal): -12486913 or 16741953. OLE color: 16741953.
HSL color Cylindrical-coordinate representation of color #4176FF: hue angle of 223.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4176FF is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 118 | 255 | - |
| CMYK | 0.75 | 0.54 | 0 | 0 |
| HSL | 223.26º | 1% | 0.63% | - |
| HSV(B) | 223.26º | 0.75% | 1% | - |
| XYZ | 26.71 | 21.3 | 97.31 | - |
| YUV | 117.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 255 | 0.75 | 0.54 | 0 | 0 | 223.26 | 1 | 0.63 |
| Hex | 41 | 76 | FF | 4B | 36 | 0 | 0 | DF | 64 | 3F |
| Octal | 101 | 166 | 377 | 113 | 66 | 0 | 0 | 337 | 144 | 77 |
| Binary | 1000001 | 1110110 | 11111111 | 1001011 | 110110 | 0 | 0 | 11011111 | 1100100 | 111111 |
Color Harmonies of #4176FF
Complementary color
Monochromatic Colors of #4176FF
Black with #4176FF
Text Example
Text Example
White with #4176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176FF; }
p { color: rgb(65,118,255); }
H1.HeaderClassName
{
color: #4176FF;
}
.AnyTagClassName
{
color: #4176FF;
}
</style>
background-color css
<style>
a { background-color: #4176FF; }
a { background-color: rgb(65,118,255); }
div.DivClassName
{
background-color: #4176FF;
}
.BgClassName
{
background-color: #4176FF;
}
</style>
border-color css
<style>
span { border-color: #4176FF; }
span { border-color: rgb(65,118,255); }
td.TdClassName
{
border-color: #4176FF;
}
.TagClassName
{
border-color: #4176FF;
}
</style>