Shades of Royal Blue #486AF3
Tints of Royal Blue #486AF3
RGB
CMYK
RGB Variations
Color information
#486AF3 (or 0x486AF3) is known color: Royal Blue. HEX triplet: 48, 6A and F3. RGB value is (72,106,243). Sum of RGB (Red+Green+Blue) = 72+106+243=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #486AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486AF3 is #B7950C. Grayscale: #6E6E6E. Windows color (decimal): -12031245 or 15952456. OLE color: 15952456.
HSL color Cylindrical-coordinate representation of color #486AF3: hue angle of 228.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486AF3 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 106 | 243 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.05 |
| HSL | 228.07º | 0.88% | 0.62% | - |
| HSV(B) | 228.07º | 0.7% | 0.95% | - |
| XYZ | 24 | 18.16 | 87.03 | - |
| YUV | 111.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 243 | 0.70 | 0.56 | 0 | 0.05 | 228.07 | 0.88 | 0.62 |
| Hex | 48 | 6A | F3 | 46 | 38 | 0 | 5 | E4 | 58 | 3E |
| Octal | 110 | 152 | 363 | 106 | 70 | 0 | 5 | 344 | 130 | 76 |
| Binary | 1001000 | 1101010 | 11110011 | 1000110 | 111000 | 0 | 101 | 11100100 | 1011000 | 111110 |
Color Harmonies of #486AF3
Complementary color
Monochromatic Colors of #486AF3
Black with #486AF3
Text Example
Text Example
White with #486AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AF3; }
p { color: rgb(72,106,243); }
H1.HeaderClassName
{
color: #486AF3;
}
.AnyTagClassName
{
color: #486AF3;
}
</style>
background-color css
<style>
a { background-color: #486AF3; }
a { background-color: rgb(72,106,243); }
div.DivClassName
{
background-color: #486AF3;
}
.BgClassName
{
background-color: #486AF3;
}
</style>
border-color css
<style>
span { border-color: #486AF3; }
span { border-color: rgb(72,106,243); }
td.TdClassName
{
border-color: #486AF3;
}
.TagClassName
{
border-color: #486AF3;
}
</style>