Shades of Royal Blue #486CF6
Tints of Royal Blue #486CF6
RGB
CMYK
RGB Variations
Color information
#486CF6 (or 0x486CF6) is known color: Royal Blue. HEX triplet: 48, 6C and F6. RGB value is (72,108,246). Sum of RGB (Red+Green+Blue) = 72+108+246=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #486CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CF6 is #B79309. Grayscale: #707070. Windows color (decimal): -12030730 or 16149576. OLE color: 16149576.
HSL color Cylindrical-coordinate representation of color #486CF6: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486CF6 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 108 | 246 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.04 |
| HSL | 227.59º | 0.91% | 0.62% | - |
| HSV(B) | 227.59º | 0.71% | 0.96% | - |
| XYZ | 24.67 | 18.76 | 89.51 | - |
| YUV | 112.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 246 | 0.71 | 0.56 | 0 | 0.04 | 227.59 | 0.91 | 0.62 |
| Hex | 48 | 6C | F6 | 47 | 38 | 0 | 4 | E4 | 5B | 3E |
| Octal | 110 | 154 | 366 | 107 | 70 | 0 | 4 | 344 | 133 | 76 |
| Binary | 1001000 | 1101100 | 11110110 | 1000111 | 111000 | 0 | 100 | 11100100 | 1011011 | 111110 |
Color Harmonies of #486CF6
Complementary color
Monochromatic Colors of #486CF6
Black with #486CF6
Text Example
Text Example
White with #486CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CF6; }
p { color: rgb(72,108,246); }
H1.HeaderClassName
{
color: #486CF6;
}
.AnyTagClassName
{
color: #486CF6;
}
</style>
background-color css
<style>
a { background-color: #486CF6; }
a { background-color: rgb(72,108,246); }
div.DivClassName
{
background-color: #486CF6;
}
.BgClassName
{
background-color: #486CF6;
}
</style>
border-color css
<style>
span { border-color: #486CF6; }
span { border-color: rgb(72,108,246); }
td.TdClassName
{
border-color: #486CF6;
}
.TagClassName
{
border-color: #486CF6;
}
</style>