Shades of Royal Blue #486BCB
Tints of Royal Blue #486BCB
RGB
CMYK
RGB Variations
Color information
#486BCB (or 0x486BCB) is known color: Royal Blue. HEX triplet: 48, 6B and CB. RGB value is (72,107,203). Sum of RGB (Red+Green+Blue) = 72+107+203=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #486BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BCB is #B79434. Grayscale: #6B6B6B. Windows color (decimal): -12031029 or 13331272. OLE color: 13331272.
HSL color Cylindrical-coordinate representation of color #486BCB: hue angle of 223.97º 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 #486BCB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 107 | 203 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.20 |
| HSL | 223.97º | 0.56% | 0.54% | - |
| HSV(B) | 223.97º | 0.65% | 0.8% | - |
| XYZ | 18.71 | 16.2 | 58.64 | - |
| YUV | 107.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 203 | 0.65 | 0.47 | 0 | 0.20 | 223.97 | 0.56 | 0.54 |
| Hex | 48 | 6B | CB | 41 | 2F | 0 | 14 | E0 | 38 | 36 |
| Octal | 110 | 153 | 313 | 101 | 57 | 0 | 24 | 340 | 70 | 66 |
| Binary | 1001000 | 1101011 | 11001011 | 1000001 | 101111 | 0 | 10100 | 11100000 | 111000 | 110110 |
Color Harmonies of #486BCB
Complementary color
Monochromatic Colors of #486BCB
Black with #486BCB
Text Example
Text Example
White with #486BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BCB; }
p { color: rgb(72,107,203); }
H1.HeaderClassName
{
color: #486BCB;
}
.AnyTagClassName
{
color: #486BCB;
}
</style>
background-color css
<style>
a { background-color: #486BCB; }
a { background-color: rgb(72,107,203); }
div.DivClassName
{
background-color: #486BCB;
}
.BgClassName
{
background-color: #486BCB;
}
</style>
border-color css
<style>
span { border-color: #486BCB; }
span { border-color: rgb(72,107,203); }
td.TdClassName
{
border-color: #486BCB;
}
.TagClassName
{
border-color: #486BCB;
}
</style>