Shades of Royal Blue #486AE8
Tints of Royal Blue #486AE8
RGB
CMYK
RGB Variations
Color information
#486AE8 (or 0x486AE8) is known color: Royal Blue. HEX triplet: 48, 6A and E8. RGB value is (72,106,232). Sum of RGB (Red+Green+Blue) = 72+106+232=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #486AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486AE8 is #B79517. Grayscale: #6D6D6D. Windows color (decimal): -12031256 or 15231560. OLE color: 15231560.
HSL color Cylindrical-coordinate representation of color #486AE8: hue angle of 227.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486AE8 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 106 | 232 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.09 |
| HSL | 227.25º | 0.78% | 0.6% | - |
| HSV(B) | 227.25º | 0.69% | 0.91% | - |
| XYZ | 22.39 | 17.51 | 78.54 | - |
| YUV | 110.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 232 | 0.69 | 0.54 | 0 | 0.09 | 227.25 | 0.78 | 0.6 |
| Hex | 48 | 6A | E8 | 45 | 36 | 0 | 9 | E3 | 4E | 3C |
| Octal | 110 | 152 | 350 | 105 | 66 | 0 | 11 | 343 | 116 | 74 |
| Binary | 1001000 | 1101010 | 11101000 | 1000101 | 110110 | 0 | 1001 | 11100011 | 1001110 | 111100 |
Color Harmonies of #486AE8
Complementary color
Monochromatic Colors of #486AE8
Black with #486AE8
Text Example
Text Example
White with #486AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AE8; }
p { color: rgb(72,106,232); }
H1.HeaderClassName
{
color: #486AE8;
}
.AnyTagClassName
{
color: #486AE8;
}
</style>
background-color css
<style>
a { background-color: #486AE8; }
a { background-color: rgb(72,106,232); }
div.DivClassName
{
background-color: #486AE8;
}
.BgClassName
{
background-color: #486AE8;
}
</style>
border-color css
<style>
span { border-color: #486AE8; }
span { border-color: rgb(72,106,232); }
td.TdClassName
{
border-color: #486AE8;
}
.TagClassName
{
border-color: #486AE8;
}
</style>