Shades of Royal Blue #4861DC
Tints of Royal Blue #4861DC
RGB
CMYK
RGB Variations
Color information
#4861DC (or 0x4861DC) is known color: Royal Blue. HEX triplet: 48, 61 and DC. RGB value is (72,97,220). Sum of RGB (Red+Green+Blue) = 72+97+220=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4861DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861DC is #B79E23. Grayscale: #676767. Windows color (decimal): -12033572 or 14442824. OLE color: 14442824.
HSL color Cylindrical-coordinate representation of color #4861DC: hue angle of 229.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4861DC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 97 | 220 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.14 |
| HSL | 229.86º | 0.68% | 0.57% | - |
| HSV(B) | 229.86º | 0.67% | 0.86% | - |
| XYZ | 19.87 | 15.09 | 69.58 | - |
| YUV | 103.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 220 | 0.67 | 0.56 | 0 | 0.14 | 229.86 | 0.68 | 0.57 |
| Hex | 48 | 61 | DC | 43 | 38 | 0 | E | E6 | 44 | 39 |
| Octal | 110 | 141 | 334 | 103 | 70 | 0 | 16 | 346 | 104 | 71 |
| Binary | 1001000 | 1100001 | 11011100 | 1000011 | 111000 | 0 | 1110 | 11100110 | 1000100 | 111001 |
Color Harmonies of #4861DC
Complementary color
Monochromatic Colors of #4861DC
Black with #4861DC
Text Example
Text Example
White with #4861DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4861DC; }
p { color: rgb(72,97,220); }
H1.HeaderClassName
{
color: #4861DC;
}
.AnyTagClassName
{
color: #4861DC;
}
</style>
background-color css
<style>
a { background-color: #4861DC; }
a { background-color: rgb(72,97,220); }
div.DivClassName
{
background-color: #4861DC;
}
.BgClassName
{
background-color: #4861DC;
}
</style>
border-color css
<style>
span { border-color: #4861DC; }
span { border-color: rgb(72,97,220); }
td.TdClassName
{
border-color: #4861DC;
}
.TagClassName
{
border-color: #4861DC;
}
</style>