Shades of Royal Blue #4866D1
Tints of Royal Blue #4866D1
RGB
CMYK
RGB Variations
Color information
#4866D1 (or 0x4866D1) is known color: Royal Blue. HEX triplet: 48, 66 and D1. RGB value is (72,102,209). Sum of RGB (Red+Green+Blue) = 72+102+209=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #4866D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866D1 is #B7992E. Grayscale: #686868. Windows color (decimal): -12032303 or 13723208. OLE color: 13723208.
HSL color Cylindrical-coordinate representation of color #4866D1: hue angle of 226.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4866D1 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 102 | 209 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.18 |
| HSL | 226.86º | 0.6% | 0.55% | - |
| HSV(B) | 226.86º | 0.66% | 0.82% | - |
| XYZ | 18.93 | 15.48 | 62.31 | - |
| YUV | 105.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 209 | 0.66 | 0.51 | 0 | 0.18 | 226.86 | 0.6 | 0.55 |
| Hex | 48 | 66 | D1 | 42 | 33 | 0 | 12 | E3 | 3C | 37 |
| Octal | 110 | 146 | 321 | 102 | 63 | 0 | 22 | 343 | 74 | 67 |
| Binary | 1001000 | 1100110 | 11010001 | 1000010 | 110011 | 0 | 10010 | 11100011 | 111100 | 110111 |
Color Harmonies of #4866D1
Complementary color
Monochromatic Colors of #4866D1
Black with #4866D1
Text Example
Text Example
White with #4866D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866D1; }
p { color: rgb(72,102,209); }
H1.HeaderClassName
{
color: #4866D1;
}
.AnyTagClassName
{
color: #4866D1;
}
</style>
background-color css
<style>
a { background-color: #4866D1; }
a { background-color: rgb(72,102,209); }
div.DivClassName
{
background-color: #4866D1;
}
.BgClassName
{
background-color: #4866D1;
}
</style>
border-color css
<style>
span { border-color: #4866D1; }
span { border-color: rgb(72,102,209); }
td.TdClassName
{
border-color: #4866D1;
}
.TagClassName
{
border-color: #4866D1;
}
</style>