Shades of Royal Blue #486ACB
Tints of Royal Blue #486ACB
RGB
CMYK
RGB Variations
Color information
#486ACB (or 0x486ACB) is known color: Royal Blue. HEX triplet: 48, 6A and CB. RGB value is (72,106,203). Sum of RGB (Red+Green+Blue) = 72+106+203=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #486ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACB is #B79534. Grayscale: #6A6A6A. Windows color (decimal): -12031285 or 13331016. OLE color: 13331016.
HSL color Cylindrical-coordinate representation of color #486ACB: hue angle of 224.43º 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 #486ACB is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 106 | 203 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.20 |
| HSL | 224.43º | 0.56% | 0.54% | - |
| HSV(B) | 224.43º | 0.65% | 0.8% | - |
| XYZ | 18.61 | 16 | 58.61 | - |
| YUV | 106.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 203 | 0.65 | 0.48 | 0 | 0.20 | 224.43 | 0.56 | 0.54 |
| Hex | 48 | 6A | CB | 41 | 30 | 0 | 14 | E0 | 38 | 36 |
| Octal | 110 | 152 | 313 | 101 | 60 | 0 | 24 | 340 | 70 | 66 |
| Binary | 1001000 | 1101010 | 11001011 | 1000001 | 110000 | 0 | 10100 | 11100000 | 111000 | 110110 |
Color Harmonies of #486ACB
Complementary color
Monochromatic Colors of #486ACB
Black with #486ACB
Text Example
Text Example
White with #486ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ACB; }
p { color: rgb(72,106,203); }
H1.HeaderClassName
{
color: #486ACB;
}
.AnyTagClassName
{
color: #486ACB;
}
</style>
background-color css
<style>
a { background-color: #486ACB; }
a { background-color: rgb(72,106,203); }
div.DivClassName
{
background-color: #486ACB;
}
.BgClassName
{
background-color: #486ACB;
}
</style>
border-color css
<style>
span { border-color: #486ACB; }
span { border-color: rgb(72,106,203); }
td.TdClassName
{
border-color: #486ACB;
}
.TagClassName
{
border-color: #486ACB;
}
</style>