Shades of Royal Blue #4866CF
Tints of Royal Blue #4866CF
RGB
CMYK
RGB Variations
Color information
#4866CF (or 0x4866CF) is known color: Royal Blue. HEX triplet: 48, 66 and CF. RGB value is (72,102,207). Sum of RGB (Red+Green+Blue) = 72+102+207=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #4866CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866CF is #B79930. Grayscale: #686868. Windows color (decimal): -12032305 or 13592136. OLE color: 13592136.
HSL color Cylindrical-coordinate representation of color #4866CF: hue angle of 226.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4866CF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 102 | 207 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.19 |
| HSL | 226.67º | 0.58% | 0.55% | - |
| HSV(B) | 226.67º | 0.65% | 0.81% | - |
| XYZ | 18.69 | 15.39 | 61.02 | - |
| YUV | 105 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 207 | 0.65 | 0.51 | 0 | 0.19 | 226.67 | 0.58 | 0.55 |
| Hex | 48 | 66 | CF | 41 | 33 | 0 | 13 | E3 | 3A | 37 |
| Octal | 110 | 146 | 317 | 101 | 63 | 0 | 23 | 343 | 72 | 67 |
| Binary | 1001000 | 1100110 | 11001111 | 1000001 | 110011 | 0 | 10011 | 11100011 | 111010 | 110111 |
Color Harmonies of #4866CF
Complementary color
Monochromatic Colors of #4866CF
Black with #4866CF
Text Example
Text Example
White with #4866CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866CF; }
p { color: rgb(72,102,207); }
H1.HeaderClassName
{
color: #4866CF;
}
.AnyTagClassName
{
color: #4866CF;
}
</style>
background-color css
<style>
a { background-color: #4866CF; }
a { background-color: rgb(72,102,207); }
div.DivClassName
{
background-color: #4866CF;
}
.BgClassName
{
background-color: #4866CF;
}
</style>
border-color css
<style>
span { border-color: #4866CF; }
span { border-color: rgb(72,102,207); }
td.TdClassName
{
border-color: #4866CF;
}
.TagClassName
{
border-color: #4866CF;
}
</style>