Shades of Royal Blue #4967CF
Tints of Royal Blue #4967CF
RGB
CMYK
RGB Variations
Color information
#4967CF (or 0x4967CF) is known color: Royal Blue. HEX triplet: 49, 67 and CF. RGB value is (73,103,207). Sum of RGB (Red+Green+Blue) = 73+103+207=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 103 (40.62% from 255 or 26.89% 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 #4967CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4967CF is #B69830. Grayscale: #696969. Windows color (decimal): -11966513 or 13592393. OLE color: 13592393.
HSL color Cylindrical-coordinate representation of color #4967CF: hue angle of 226.57º 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 #4967CF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 103 | 207 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.19 |
| HSL | 226.57º | 0.58% | 0.55% | - |
| HSV(B) | 226.57º | 0.65% | 0.81% | - |
| XYZ | 18.86 | 15.62 | 61.05 | - |
| YUV | 105.89 | 185.06 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 207 | 0.65 | 0.50 | 0 | 0.19 | 226.57 | 0.58 | 0.55 |
| Hex | 49 | 67 | CF | 41 | 32 | 0 | 13 | E3 | 3A | 37 |
| Octal | 111 | 147 | 317 | 101 | 62 | 0 | 23 | 343 | 72 | 67 |
| Binary | 1001001 | 1100111 | 11001111 | 1000001 | 110010 | 0 | 10011 | 11100011 | 111010 | 110111 |
Color Harmonies of #4967CF
Complementary color
Monochromatic Colors of #4967CF
Black with #4967CF
Text Example
Text Example
White with #4967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4967CF; }
p { color: rgb(73,103,207); }
H1.HeaderClassName
{
color: #4967CF;
}
.AnyTagClassName
{
color: #4967CF;
}
</style>
background-color css
<style>
a { background-color: #4967CF; }
a { background-color: rgb(73,103,207); }
div.DivClassName
{
background-color: #4967CF;
}
.BgClassName
{
background-color: #4967CF;
}
</style>
border-color css
<style>
span { border-color: #4967CF; }
span { border-color: rgb(73,103,207); }
td.TdClassName
{
border-color: #4967CF;
}
.TagClassName
{
border-color: #4967CF;
}
</style>