Shades of Royal Blue #486ACC
Tints of Royal Blue #486ACC
RGB
CMYK
RGB Variations
Color information
#486ACC (or 0x486ACC) is known color: Royal Blue. HEX triplet: 48, 6A and CC. RGB value is (72,106,204). Sum of RGB (Red+Green+Blue) = 72+106+204=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #486ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACC is #B79533. Grayscale: #6A6A6A. Windows color (decimal): -12031284 or 13396552. OLE color: 13396552.
HSL color Cylindrical-coordinate representation of color #486ACC: hue angle of 224.55º 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 #486ACC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 106 | 204 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.2 |
| HSL | 224.55º | 0.56% | 0.54% | - |
| HSV(B) | 224.55º | 0.65% | 0.8% | - |
| XYZ | 18.73 | 16.05 | 59.24 | - |
| YUV | 107.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 204 | 0.65 | 0.48 | 0 | 0.2 | 224.55 | 0.56 | 0.54 |
| Hex | 48 | 6A | CC | 41 | 30 | 0 | 14 | E1 | 38 | 36 |
| Octal | 110 | 152 | 314 | 101 | 60 | 0 | 24 | 341 | 70 | 66 |
| Binary | 1001000 | 1101010 | 11001100 | 1000001 | 110000 | 0 | 10100 | 11100001 | 111000 | 110110 |
Color Harmonies of #486ACC
Complementary color
Monochromatic Colors of #486ACC
Black with #486ACC
Text Example
Text Example
White with #486ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ACC; }
p { color: rgb(72,106,204); }
H1.HeaderClassName
{
color: #486ACC;
}
.AnyTagClassName
{
color: #486ACC;
}
</style>
background-color css
<style>
a { background-color: #486ACC; }
a { background-color: rgb(72,106,204); }
div.DivClassName
{
background-color: #486ACC;
}
.BgClassName
{
background-color: #486ACC;
}
</style>
border-color css
<style>
span { border-color: #486ACC; }
span { border-color: rgb(72,106,204); }
td.TdClassName
{
border-color: #486ACC;
}
.TagClassName
{
border-color: #486ACC;
}
</style>