Shades of Royal Blue #4868CF
Tints of Royal Blue #4868CF
RGB
CMYK
RGB Variations
Color information
#4868CF (or 0x4868CF) is known color: Royal Blue. HEX triplet: 48, 68 and CF. RGB value is (72,104,207). Sum of RGB (Red+Green+Blue) = 72+104+207=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #4868CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868CF is #B79730. Grayscale: #696969. Windows color (decimal): -12031793 or 13592648. OLE color: 13592648.
HSL color Cylindrical-coordinate representation of color #4868CF: hue angle of 225.78º 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 #4868CF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 104 | 207 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.19 |
| HSL | 225.78º | 0.58% | 0.55% | - |
| HSV(B) | 225.78º | 0.65% | 0.81% | - |
| XYZ | 18.89 | 15.78 | 61.08 | - |
| YUV | 106.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 207 | 0.65 | 0.50 | 0 | 0.19 | 225.78 | 0.58 | 0.55 |
| Hex | 48 | 68 | CF | 41 | 32 | 0 | 13 | E2 | 3A | 37 |
| Octal | 110 | 150 | 317 | 101 | 62 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001000 | 1101000 | 11001111 | 1000001 | 110010 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4868CF
Complementary color
Monochromatic Colors of #4868CF
Black with #4868CF
Text Example
Text Example
White with #4868CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4868CF; }
p { color: rgb(72,104,207); }
H1.HeaderClassName
{
color: #4868CF;
}
.AnyTagClassName
{
color: #4868CF;
}
</style>
background-color css
<style>
a { background-color: #4868CF; }
a { background-color: rgb(72,104,207); }
div.DivClassName
{
background-color: #4868CF;
}
.BgClassName
{
background-color: #4868CF;
}
</style>
border-color css
<style>
span { border-color: #4868CF; }
span { border-color: rgb(72,104,207); }
td.TdClassName
{
border-color: #4868CF;
}
.TagClassName
{
border-color: #4868CF;
}
</style>