Shades of Royal Blue #4869CF
Tints of Royal Blue #4869CF
RGB
CMYK
RGB Variations
Color information
#4869CF (or 0x4869CF) is known color: Royal Blue. HEX triplet: 48, 69 and CF. RGB value is (72,105,207). Sum of RGB (Red+Green+Blue) = 72+105+207=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4869CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CF is #B79630. Grayscale: #6A6A6A. Windows color (decimal): -12031537 or 13592904. OLE color: 13592904.
HSL color Cylindrical-coordinate representation of color #4869CF: hue angle of 225.33º 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 #4869CF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 105 | 207 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.19 |
| HSL | 225.33º | 0.58% | 0.55% | - |
| HSV(B) | 225.33º | 0.65% | 0.81% | - |
| XYZ | 18.99 | 15.99 | 61.12 | - |
| YUV | 106.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 207 | 0.65 | 0.49 | 0 | 0.19 | 225.33 | 0.58 | 0.55 |
| Hex | 48 | 69 | CF | 41 | 31 | 0 | 13 | E1 | 3A | 37 |
| Octal | 110 | 151 | 317 | 101 | 61 | 0 | 23 | 341 | 72 | 67 |
| Binary | 1001000 | 1101001 | 11001111 | 1000001 | 110001 | 0 | 10011 | 11100001 | 111010 | 110111 |
Color Harmonies of #4869CF
Complementary color
Monochromatic Colors of #4869CF
Black with #4869CF
Text Example
Text Example
White with #4869CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4869CF; }
p { color: rgb(72,105,207); }
H1.HeaderClassName
{
color: #4869CF;
}
.AnyTagClassName
{
color: #4869CF;
}
</style>
background-color css
<style>
a { background-color: #4869CF; }
a { background-color: rgb(72,105,207); }
div.DivClassName
{
background-color: #4869CF;
}
.BgClassName
{
background-color: #4869CF;
}
</style>
border-color css
<style>
span { border-color: #4869CF; }
span { border-color: rgb(72,105,207); }
td.TdClassName
{
border-color: #4869CF;
}
.TagClassName
{
border-color: #4869CF;
}
</style>