Shades of Royal Blue #4969CF
Tints of Royal Blue #4969CF
RGB
CMYK
RGB Variations
Color information
#4969CF (or 0x4969CF) is known color: Royal Blue. HEX triplet: 49, 69 and CF. RGB value is (73,105,207). Sum of RGB (Red+Green+Blue) = 73+105+207=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #4969CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969CF is #B69630. Grayscale: #6A6A6A. Windows color (decimal): -11966001 or 13592905. OLE color: 13592905.
HSL color Cylindrical-coordinate representation of color #4969CF: hue angle of 225.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 #4969CF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 105 | 207 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.19 |
| HSL | 225.67º | 0.58% | 0.55% | - |
| HSV(B) | 225.67º | 0.65% | 0.81% | - |
| XYZ | 19.06 | 16.02 | 61.12 | - |
| YUV | 107.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 207 | 0.65 | 0.49 | 0 | 0.19 | 225.67 | 0.58 | 0.55 |
| Hex | 49 | 69 | CF | 41 | 31 | 0 | 13 | E2 | 3A | 37 |
| Octal | 111 | 151 | 317 | 101 | 61 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001001 | 1101001 | 11001111 | 1000001 | 110001 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4969CF
Complementary color
Monochromatic Colors of #4969CF
Black with #4969CF
Text Example
Text Example
White with #4969CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969CF; }
p { color: rgb(73,105,207); }
H1.HeaderClassName
{
color: #4969CF;
}
.AnyTagClassName
{
color: #4969CF;
}
</style>
background-color css
<style>
a { background-color: #4969CF; }
a { background-color: rgb(73,105,207); }
div.DivClassName
{
background-color: #4969CF;
}
.BgClassName
{
background-color: #4969CF;
}
</style>
border-color css
<style>
span { border-color: #4969CF; }
span { border-color: rgb(73,105,207); }
td.TdClassName
{
border-color: #4969CF;
}
.TagClassName
{
border-color: #4969CF;
}
</style>