Shades of Royal Blue #486ACE
Tints of Royal Blue #486ACE
RGB
CMYK
RGB Variations
Color information
#486ACE (or 0x486ACE) is known color: Royal Blue. HEX triplet: 48, 6A and CE. RGB value is (72,106,206). Sum of RGB (Red+Green+Blue) = 72+106+206=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #486ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACE is #B79531. Grayscale: #6A6A6A. Windows color (decimal): -12031282 or 13527624. OLE color: 13527624.
HSL color Cylindrical-coordinate representation of color #486ACE: hue angle of 224.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ACE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 106 | 206 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.19 |
| HSL | 224.78º | 0.58% | 0.55% | - |
| HSV(B) | 224.78º | 0.65% | 0.81% | - |
| XYZ | 18.97 | 16.14 | 60.51 | - |
| YUV | 107.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 206 | 0.65 | 0.49 | 0 | 0.19 | 224.78 | 0.58 | 0.55 |
| Hex | 48 | 6A | CE | 41 | 31 | 0 | 13 | E1 | 3A | 37 |
| Octal | 110 | 152 | 316 | 101 | 61 | 0 | 23 | 341 | 72 | 67 |
| Binary | 1001000 | 1101010 | 11001110 | 1000001 | 110001 | 0 | 10011 | 11100001 | 111010 | 110111 |
Color Harmonies of #486ACE
Complementary color
Monochromatic Colors of #486ACE
Black with #486ACE
Text Example
Text Example
White with #486ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ACE; }
p { color: rgb(72,106,206); }
H1.HeaderClassName
{
color: #486ACE;
}
.AnyTagClassName
{
color: #486ACE;
}
</style>
background-color css
<style>
a { background-color: #486ACE; }
a { background-color: rgb(72,106,206); }
div.DivClassName
{
background-color: #486ACE;
}
.BgClassName
{
background-color: #486ACE;
}
</style>
border-color css
<style>
span { border-color: #486ACE; }
span { border-color: rgb(72,106,206); }
td.TdClassName
{
border-color: #486ACE;
}
.TagClassName
{
border-color: #486ACE;
}
</style>