Shades of Royal Blue #4173FB
Tints of Royal Blue #4173FB
RGB
CMYK
RGB Variations
Color information
#4173FB (or 0x4173FB) is known color: Royal Blue. HEX triplet: 41, 73 and FB. RGB value is (65,115,251). Sum of RGB (Red+Green+Blue) = 65+115+251=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #4173FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4173FB is #BE8C04. Grayscale: #727272. Windows color (decimal): -12487685 or 16479041. OLE color: 16479041.
HSL color Cylindrical-coordinate representation of color #4173FB: hue angle of 223.87º 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 #4173FB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 115 | 251 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.02 |
| HSL | 223.87º | 0.96% | 0.62% | - |
| HSV(B) | 223.87º | 0.74% | 0.98% | - |
| XYZ | 25.72 | 20.35 | 93.84 | - |
| YUV | 115.55 | 204.44 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 251 | 0.74 | 0.54 | 0 | 0.02 | 223.87 | 0.96 | 0.62 |
| Hex | 41 | 73 | FB | 4A | 36 | 0 | 2 | E0 | 60 | 3E |
| Octal | 101 | 163 | 373 | 112 | 66 | 0 | 2 | 340 | 140 | 76 |
| Binary | 1000001 | 1110011 | 11111011 | 1001010 | 110110 | 0 | 10 | 11100000 | 1100000 | 111110 |
Color Harmonies of #4173FB
Complementary color
Monochromatic Colors of #4173FB
Black with #4173FB
Text Example
Text Example
White with #4173FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173FB; }
p { color: rgb(65,115,251); }
H1.HeaderClassName
{
color: #4173FB;
}
.AnyTagClassName
{
color: #4173FB;
}
</style>
background-color css
<style>
a { background-color: #4173FB; }
a { background-color: rgb(65,115,251); }
div.DivClassName
{
background-color: #4173FB;
}
.BgClassName
{
background-color: #4173FB;
}
</style>
border-color css
<style>
span { border-color: #4173FB; }
span { border-color: rgb(65,115,251); }
td.TdClassName
{
border-color: #4173FB;
}
.TagClassName
{
border-color: #4173FB;
}
</style>