Shades of Royal Blue #4968F5
Tints of Royal Blue #4968F5
RGB
CMYK
RGB Variations
Color information
#4968F5 (or 0x4968F5) is known color: Royal Blue. HEX triplet: 49, 68 and F5. RGB value is (73,104,245). Sum of RGB (Red+Green+Blue) = 73+104+245=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #4968F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968F5 is #B6970A. Grayscale: #6E6E6E. Windows color (decimal): -11966219 or 16083017. OLE color: 16083017.
HSL color Cylindrical-coordinate representation of color #4968F5: hue angle of 229.19º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4968F5 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 104 | 245 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.04 |
| HSL | 229.19º | 0.9% | 0.62% | - |
| HSV(B) | 229.19º | 0.7% | 0.96% | - |
| XYZ | 24.18 | 17.91 | 88.57 | - |
| YUV | 110.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 245 | 0.70 | 0.58 | 0 | 0.04 | 229.19 | 0.9 | 0.62 |
| Hex | 49 | 68 | F5 | 46 | 3A | 0 | 4 | E5 | 5A | 3E |
| Octal | 111 | 150 | 365 | 106 | 72 | 0 | 4 | 345 | 132 | 76 |
| Binary | 1001001 | 1101000 | 11110101 | 1000110 | 111010 | 0 | 100 | 11100101 | 1011010 | 111110 |
Color Harmonies of #4968F5
Complementary color
Monochromatic Colors of #4968F5
Black with #4968F5
Text Example
Text Example
White with #4968F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968F5; }
p { color: rgb(73,104,245); }
H1.HeaderClassName
{
color: #4968F5;
}
.AnyTagClassName
{
color: #4968F5;
}
</style>
background-color css
<style>
a { background-color: #4968F5; }
a { background-color: rgb(73,104,245); }
div.DivClassName
{
background-color: #4968F5;
}
.BgClassName
{
background-color: #4968F5;
}
</style>
border-color css
<style>
span { border-color: #4968F5; }
span { border-color: rgb(73,104,245); }
td.TdClassName
{
border-color: #4968F5;
}
.TagClassName
{
border-color: #4968F5;
}
</style>