Shades of Royal Blue #486DF4
Tints of Royal Blue #486DF4
RGB
CMYK
RGB Variations
Color information
#486DF4 (or 0x486DF4) is known color: Royal Blue. HEX triplet: 48, 6D and F4. RGB value is (72,109,244). Sum of RGB (Red+Green+Blue) = 72+109+244=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #486DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DF4 is #B7920B. Grayscale: #707070. Windows color (decimal): -12030476 or 16018760. OLE color: 16018760.
HSL color Cylindrical-coordinate representation of color #486DF4: hue angle of 227.09º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486DF4 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 109 | 244 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.04 |
| HSL | 227.09º | 0.89% | 0.62% | - |
| HSV(B) | 227.09º | 0.7% | 0.96% | - |
| XYZ | 24.47 | 18.85 | 87.94 | - |
| YUV | 113.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 244 | 0.70 | 0.55 | 0 | 0.04 | 227.09 | 0.89 | 0.62 |
| Hex | 48 | 6D | F4 | 46 | 37 | 0 | 4 | E3 | 59 | 3E |
| Octal | 110 | 155 | 364 | 106 | 67 | 0 | 4 | 343 | 131 | 76 |
| Binary | 1001000 | 1101101 | 11110100 | 1000110 | 110111 | 0 | 100 | 11100011 | 1011001 | 111110 |
Color Harmonies of #486DF4
Complementary color
Monochromatic Colors of #486DF4
Black with #486DF4
Text Example
Text Example
White with #486DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DF4; }
p { color: rgb(72,109,244); }
H1.HeaderClassName
{
color: #486DF4;
}
.AnyTagClassName
{
color: #486DF4;
}
</style>
background-color css
<style>
a { background-color: #486DF4; }
a { background-color: rgb(72,109,244); }
div.DivClassName
{
background-color: #486DF4;
}
.BgClassName
{
background-color: #486DF4;
}
</style>
border-color css
<style>
span { border-color: #486DF4; }
span { border-color: rgb(72,109,244); }
td.TdClassName
{
border-color: #486DF4;
}
.TagClassName
{
border-color: #486DF4;
}
</style>