Shades of Royal Blue #486AE5
Tints of Royal Blue #486AE5
RGB
CMYK
RGB Variations
Color information
#486AE5 (or 0x486AE5) is known color: Royal Blue. HEX triplet: 48, 6A and E5. RGB value is (72,106,229). Sum of RGB (Red+Green+Blue) = 72+106+229=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #486AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AE5 is #B7951A. Grayscale: #6D6D6D. Windows color (decimal): -12031259 or 15034952. OLE color: 15034952.
HSL color Cylindrical-coordinate representation of color #486AE5: hue angle of 227.01º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486AE5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 106 | 229 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.10 |
| HSL | 227.01º | 0.75% | 0.59% | - |
| HSV(B) | 227.01º | 0.69% | 0.9% | - |
| XYZ | 21.97 | 17.34 | 76.32 | - |
| YUV | 109.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 229 | 0.69 | 0.54 | 0 | 0.10 | 227.01 | 0.75 | 0.59 |
| Hex | 48 | 6A | E5 | 45 | 36 | 0 | A | E3 | 4B | 3B |
| Octal | 110 | 152 | 345 | 105 | 66 | 0 | 12 | 343 | 113 | 73 |
| Binary | 1001000 | 1101010 | 11100101 | 1000101 | 110110 | 0 | 1010 | 11100011 | 1001011 | 111011 |
Color Harmonies of #486AE5
Complementary color
Monochromatic Colors of #486AE5
Black with #486AE5
Text Example
Text Example
White with #486AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AE5; }
p { color: rgb(72,106,229); }
H1.HeaderClassName
{
color: #486AE5;
}
.AnyTagClassName
{
color: #486AE5;
}
</style>
background-color css
<style>
a { background-color: #486AE5; }
a { background-color: rgb(72,106,229); }
div.DivClassName
{
background-color: #486AE5;
}
.BgClassName
{
background-color: #486AE5;
}
</style>
border-color css
<style>
span { border-color: #486AE5; }
span { border-color: rgb(72,106,229); }
td.TdClassName
{
border-color: #486AE5;
}
.TagClassName
{
border-color: #486AE5;
}
</style>