Shades of Royal Blue #4968FD
Tints of Royal Blue #4968FD
RGB
CMYK
RGB Variations
Color information
#4968FD (or 0x4968FD) is known color: Royal Blue. HEX triplet: 49, 68 and FD. RGB value is (73,104,253). Sum of RGB (Red+Green+Blue) = 73+104+253=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #4968FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4968FD is #B69702. Grayscale: #6F6F6F. Windows color (decimal): -11966211 or 16607305. OLE color: 16607305.
HSL color Cylindrical-coordinate representation of color #4968FD: hue angle of 229.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4968FD is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 104 | 253 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.01 |
| HSL | 229.67º | 0.98% | 0.64% | - |
| HSV(B) | 229.67º | 0.71% | 0.99% | - |
| XYZ | 25.43 | 18.41 | 95.14 | - |
| YUV | 111.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 253 | 0.71 | 0.59 | 0 | 0.01 | 229.67 | 0.98 | 0.64 |
| Hex | 49 | 68 | FD | 47 | 3B | 0 | 1 | E6 | 62 | 40 |
| Octal | 111 | 150 | 375 | 107 | 73 | 0 | 1 | 346 | 142 | 100 |
| Binary | 1001001 | 1101000 | 11111101 | 1000111 | 111011 | 0 | 1 | 11100110 | 1100010 | 1000000 |
Color Harmonies of #4968FD
Complementary color
Monochromatic Colors of #4968FD
Black with #4968FD
Text Example
Text Example
White with #4968FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968FD; }
p { color: rgb(73,104,253); }
H1.HeaderClassName
{
color: #4968FD;
}
.AnyTagClassName
{
color: #4968FD;
}
</style>
background-color css
<style>
a { background-color: #4968FD; }
a { background-color: rgb(73,104,253); }
div.DivClassName
{
background-color: #4968FD;
}
.BgClassName
{
background-color: #4968FD;
}
</style>
border-color css
<style>
span { border-color: #4968FD; }
span { border-color: rgb(73,104,253); }
td.TdClassName
{
border-color: #4968FD;
}
.TagClassName
{
border-color: #4968FD;
}
</style>