Shades of Royal Blue #486EE6
Tints of Royal Blue #486EE6
RGB
CMYK
RGB Variations
Color information
#486EE6 (or 0x486EE6) is known color: Royal Blue. HEX triplet: 48, 6E and E6. RGB value is (72,110,230). Sum of RGB (Red+Green+Blue) = 72+110+230=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #486EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EE6 is #B79119. Grayscale: #6F6F6F. Windows color (decimal): -12030234 or 15101512. OLE color: 15101512.
HSL color Cylindrical-coordinate representation of color #486EE6: hue angle of 225.57º degrees, saturation: 0.76, 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 #486EE6 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 110 | 230 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.10 |
| HSL | 225.57º | 0.76% | 0.59% | - |
| HSV(B) | 225.57º | 0.69% | 0.9% | - |
| XYZ | 22.53 | 18.24 | 77.2 | - |
| YUV | 112.32 | 194.41 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 230 | 0.69 | 0.52 | 0 | 0.10 | 225.57 | 0.76 | 0.59 |
| Hex | 48 | 6E | E6 | 45 | 34 | 0 | A | E2 | 4C | 3B |
| Octal | 110 | 156 | 346 | 105 | 64 | 0 | 12 | 342 | 114 | 73 |
| Binary | 1001000 | 1101110 | 11100110 | 1000101 | 110100 | 0 | 1010 | 11100010 | 1001100 | 111011 |
Color Harmonies of #486EE6
Complementary color
Monochromatic Colors of #486EE6
Black with #486EE6
Text Example
Text Example
White with #486EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EE6; }
p { color: rgb(72,110,230); }
H1.HeaderClassName
{
color: #486EE6;
}
.AnyTagClassName
{
color: #486EE6;
}
</style>
background-color css
<style>
a { background-color: #486EE6; }
a { background-color: rgb(72,110,230); }
div.DivClassName
{
background-color: #486EE6;
}
.BgClassName
{
background-color: #486EE6;
}
</style>
border-color css
<style>
span { border-color: #486EE6; }
span { border-color: rgb(72,110,230); }
td.TdClassName
{
border-color: #486EE6;
}
.TagClassName
{
border-color: #486EE6;
}
</style>