Shades of Royal Blue #486FCC
Tints of Royal Blue #486FCC
RGB
CMYK
RGB Variations
Color information
#486FCC (or 0x486FCC) is known color: Royal Blue. HEX triplet: 48, 6F and CC. RGB value is (72,111,204). Sum of RGB (Red+Green+Blue) = 72+111+204=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #486FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FCC is #B79033. Grayscale: #6D6D6D. Windows color (decimal): -12030004 or 13397832. OLE color: 13397832.
HSL color Cylindrical-coordinate representation of color #486FCC: hue angle of 222.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486FCC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 111 | 204 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.2 |
| HSL | 222.27º | 0.56% | 0.54% | - |
| HSV(B) | 222.27º | 0.65% | 0.8% | - |
| XYZ | 19.26 | 17.11 | 59.41 | - |
| YUV | 109.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 204 | 0.65 | 0.46 | 0 | 0.2 | 222.27 | 0.56 | 0.54 |
| Hex | 48 | 6F | CC | 41 | 2E | 0 | 14 | DE | 38 | 36 |
| Octal | 110 | 157 | 314 | 101 | 56 | 0 | 24 | 336 | 70 | 66 |
| Binary | 1001000 | 1101111 | 11001100 | 1000001 | 101110 | 0 | 10100 | 11011110 | 111000 | 110110 |
Color Harmonies of #486FCC
Complementary color
Monochromatic Colors of #486FCC
Black with #486FCC
Text Example
Text Example
White with #486FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FCC; }
p { color: rgb(72,111,204); }
H1.HeaderClassName
{
color: #486FCC;
}
.AnyTagClassName
{
color: #486FCC;
}
</style>
background-color css
<style>
a { background-color: #486FCC; }
a { background-color: rgb(72,111,204); }
div.DivClassName
{
background-color: #486FCC;
}
.BgClassName
{
background-color: #486FCC;
}
</style>
border-color css
<style>
span { border-color: #486FCC; }
span { border-color: rgb(72,111,204); }
td.TdClassName
{
border-color: #486FCC;
}
.TagClassName
{
border-color: #486FCC;
}
</style>