Shades of Royal Blue #4968CF
Tints of Royal Blue #4968CF
RGB
CMYK
RGB Variations
Color information
#4968CF (or 0x4968CF) is known color: Royal Blue. HEX triplet: 49, 68 and CF. RGB value is (73,104,207). Sum of RGB (Red+Green+Blue) = 73+104+207=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 104 (41.02% from 255 or 27.08% 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 #4968CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968CF is #B69730. Grayscale: #6A6A6A. Windows color (decimal): -11966257 or 13592649. OLE color: 13592649.
HSL color Cylindrical-coordinate representation of color #4968CF: hue angle of 226.12º 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 #4968CF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 104 | 207 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.19 |
| HSL | 226.12º | 0.58% | 0.55% | - |
| HSV(B) | 226.12º | 0.65% | 0.81% | - |
| XYZ | 18.96 | 15.82 | 61.09 | - |
| YUV | 106.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 207 | 0.65 | 0.50 | 0 | 0.19 | 226.12 | 0.58 | 0.55 |
| Hex | 49 | 68 | CF | 41 | 32 | 0 | 13 | E2 | 3A | 37 |
| Octal | 111 | 150 | 317 | 101 | 62 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001001 | 1101000 | 11001111 | 1000001 | 110010 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4968CF
Complementary color
Monochromatic Colors of #4968CF
Black with #4968CF
Text Example
Text Example
White with #4968CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968CF; }
p { color: rgb(73,104,207); }
H1.HeaderClassName
{
color: #4968CF;
}
.AnyTagClassName
{
color: #4968CF;
}
</style>
background-color css
<style>
a { background-color: #4968CF; }
a { background-color: rgb(73,104,207); }
div.DivClassName
{
background-color: #4968CF;
}
.BgClassName
{
background-color: #4968CF;
}
</style>
border-color css
<style>
span { border-color: #4968CF; }
span { border-color: rgb(73,104,207); }
td.TdClassName
{
border-color: #4968CF;
}
.TagClassName
{
border-color: #4968CF;
}
</style>