Shades of Royal Blue #4866FA
Tints of Royal Blue #4866FA
RGB
CMYK
RGB Variations
Color information
#4866FA (or 0x4866FA) is known color: Royal Blue. HEX triplet: 48, 66 and FA. RGB value is (72,102,250). Sum of RGB (Red+Green+Blue) = 72+102+250=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #4866FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866FA is #B79905. Grayscale: #6D6D6D. Windows color (decimal): -12032262 or 16410184. OLE color: 16410184.
HSL color Cylindrical-coordinate representation of color #4866FA: hue angle of 229.89º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4866FA is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 102 | 250 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.02 |
| HSL | 229.89º | 0.95% | 0.63% | - |
| HSV(B) | 229.89º | 0.71% | 0.98% | - |
| XYZ | 24.68 | 17.78 | 92.57 | - |
| YUV | 109.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 250 | 0.71 | 0.59 | 0 | 0.02 | 229.89 | 0.95 | 0.63 |
| Hex | 48 | 66 | FA | 47 | 3B | 0 | 2 | E6 | 5F | 3F |
| Octal | 110 | 146 | 372 | 107 | 73 | 0 | 2 | 346 | 137 | 77 |
| Binary | 1001000 | 1100110 | 11111010 | 1000111 | 111011 | 0 | 10 | 11100110 | 1011111 | 111111 |
Color Harmonies of #4866FA
Complementary color
Monochromatic Colors of #4866FA
Black with #4866FA
Text Example
Text Example
White with #4866FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866FA; }
p { color: rgb(72,102,250); }
H1.HeaderClassName
{
color: #4866FA;
}
.AnyTagClassName
{
color: #4866FA;
}
</style>
background-color css
<style>
a { background-color: #4866FA; }
a { background-color: rgb(72,102,250); }
div.DivClassName
{
background-color: #4866FA;
}
.BgClassName
{
background-color: #4866FA;
}
</style>
border-color css
<style>
span { border-color: #4866FA; }
span { border-color: rgb(72,102,250); }
td.TdClassName
{
border-color: #4866FA;
}
.TagClassName
{
border-color: #4866FA;
}
</style>