Shades of Royal Blue #4173FF
Tints of Royal Blue #4173FF
RGB
CMYK
RGB Variations
Color information
#4173FF (or 0x4173FF) is known color: Royal Blue. HEX triplet: 41, 73 and FF. RGB value is (65,115,255). Sum of RGB (Red+Green+Blue) = 65+115+255=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #4173FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4173FF is #BE8C00. Grayscale: #737373. Windows color (decimal): -12487681 or 16741185. OLE color: 16741185.
HSL color Cylindrical-coordinate representation of color #4173FF: hue angle of 224.21º 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 #4173FF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 115 | 255 | - |
| CMYK | 0.75 | 0.55 | 0 | 0 |
| HSL | 224.21º | 1% | 0.63% | - |
| HSV(B) | 224.21º | 0.75% | 1% | - |
| XYZ | 26.36 | 20.61 | 97.2 | - |
| YUV | 116.01 | 206.44 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 255 | 0.75 | 0.55 | 0 | 0 | 224.21 | 1 | 0.63 |
| Hex | 41 | 73 | FF | 4B | 37 | 0 | 0 | E0 | 64 | 3F |
| Octal | 101 | 163 | 377 | 113 | 67 | 0 | 0 | 340 | 144 | 77 |
| Binary | 1000001 | 1110011 | 11111111 | 1001011 | 110111 | 0 | 0 | 11100000 | 1100100 | 111111 |
Color Harmonies of #4173FF
Complementary color
Monochromatic Colors of #4173FF
Black with #4173FF
Text Example
Text Example
White with #4173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173FF; }
p { color: rgb(65,115,255); }
H1.HeaderClassName
{
color: #4173FF;
}
.AnyTagClassName
{
color: #4173FF;
}
</style>
background-color css
<style>
a { background-color: #4173FF; }
a { background-color: rgb(65,115,255); }
div.DivClassName
{
background-color: #4173FF;
}
.BgClassName
{
background-color: #4173FF;
}
</style>
border-color css
<style>
span { border-color: #4173FF; }
span { border-color: rgb(65,115,255); }
td.TdClassName
{
border-color: #4173FF;
}
.TagClassName
{
border-color: #4173FF;
}
</style>