Shades of Royal Blue #4181FF
Tints of Royal Blue #4181FF
RGB
CMYK
RGB Variations
Color information
#4181FF (or 0x4181FF) is known color: Royal Blue. HEX triplet: 41, 81 and FF. RGB value is (65,129,255). Sum of RGB (Red+Green+Blue) = 65+129+255=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #4181FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4181FF is #BE7E00. Grayscale: #7B7B7B. Windows color (decimal): -12484097 or 16744769. OLE color: 16744769.
HSL color Cylindrical-coordinate representation of color #4181FF: hue angle of 219.79º 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 #4181FF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 129 | 255 | - |
| CMYK | 0.75 | 0.49 | 0 | 0 |
| HSL | 219.79º | 1% | 0.63% | - |
| HSV(B) | 219.79º | 0.75% | 1% | - |
| XYZ | 28.08 | 24.04 | 97.77 | - |
| YUV | 124.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 255 | 0.75 | 0.49 | 0 | 0 | 219.79 | 1 | 0.63 |
| Hex | 41 | 81 | FF | 4B | 31 | 0 | 0 | DC | 64 | 3F |
| Octal | 101 | 201 | 377 | 113 | 61 | 0 | 0 | 334 | 144 | 77 |
| Binary | 1000001 | 10000001 | 11111111 | 1001011 | 110001 | 0 | 0 | 11011100 | 1100100 | 111111 |
Color Harmonies of #4181FF
Complementary color
Monochromatic Colors of #4181FF
Black with #4181FF
Text Example
Text Example
White with #4181FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4181FF; }
p { color: rgb(65,129,255); }
H1.HeaderClassName
{
color: #4181FF;
}
.AnyTagClassName
{
color: #4181FF;
}
</style>
background-color css
<style>
a { background-color: #4181FF; }
a { background-color: rgb(65,129,255); }
div.DivClassName
{
background-color: #4181FF;
}
.BgClassName
{
background-color: #4181FF;
}
</style>
border-color css
<style>
span { border-color: #4181FF; }
span { border-color: rgb(65,129,255); }
td.TdClassName
{
border-color: #4181FF;
}
.TagClassName
{
border-color: #4181FF;
}
</style>