Shades of Royal Blue #4176FB
Tints of Royal Blue #4176FB
RGB
CMYK
RGB Variations
Color information
#4176FB (or 0x4176FB) is known color: Royal Blue. HEX triplet: 41, 76 and FB. RGB value is (65,118,251). Sum of RGB (Red+Green+Blue) = 65+118+251=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #4176FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4176FB is #BE8904. Grayscale: #747474. Windows color (decimal): -12486917 or 16479809. OLE color: 16479809.
HSL color Cylindrical-coordinate representation of color #4176FB: hue angle of 222.9º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4176FB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 118 | 251 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.02 |
| HSL | 222.9º | 0.96% | 0.62% | - |
| HSV(B) | 222.9º | 0.74% | 0.98% | - |
| XYZ | 26.07 | 21.05 | 93.95 | - |
| YUV | 117.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 251 | 0.74 | 0.53 | 0 | 0.02 | 222.9 | 0.96 | 0.62 |
| Hex | 41 | 76 | FB | 4A | 35 | 0 | 2 | DF | 60 | 3E |
| Octal | 101 | 166 | 373 | 112 | 65 | 0 | 2 | 337 | 140 | 76 |
| Binary | 1000001 | 1110110 | 11111011 | 1001010 | 110101 | 0 | 10 | 11011111 | 1100000 | 111110 |
Color Harmonies of #4176FB
Complementary color
Monochromatic Colors of #4176FB
Black with #4176FB
Text Example
Text Example
White with #4176FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176FB; }
p { color: rgb(65,118,251); }
H1.HeaderClassName
{
color: #4176FB;
}
.AnyTagClassName
{
color: #4176FB;
}
</style>
background-color css
<style>
a { background-color: #4176FB; }
a { background-color: rgb(65,118,251); }
div.DivClassName
{
background-color: #4176FB;
}
.BgClassName
{
background-color: #4176FB;
}
</style>
border-color css
<style>
span { border-color: #4176FB; }
span { border-color: rgb(65,118,251); }
td.TdClassName
{
border-color: #4176FB;
}
.TagClassName
{
border-color: #4176FB;
}
</style>