Shades of Royal Blue #4968DD
Tints of Royal Blue #4968DD
RGB
CMYK
RGB Variations
Color information
#4968DD (or 0x4968DD) is known color: Royal Blue. HEX triplet: 49, 68 and DD. RGB value is (73,104,221). Sum of RGB (Red+Green+Blue) = 73+104+221=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #4968DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968DD is #B69722. Grayscale: #6B6B6B. Windows color (decimal): -11966243 or 14510153. OLE color: 14510153.
HSL color Cylindrical-coordinate representation of color #4968DD: hue angle of 227.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4968DD is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 104 | 221 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.13 |
| HSL | 227.43º | 0.69% | 0.58% | - |
| HSV(B) | 227.43º | 0.67% | 0.87% | - |
| XYZ | 20.75 | 16.54 | 70.51 | - |
| YUV | 108.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 221 | 0.67 | 0.53 | 0 | 0.13 | 227.43 | 0.69 | 0.58 |
| Hex | 49 | 68 | DD | 43 | 35 | 0 | D | E3 | 45 | 3A |
| Octal | 111 | 150 | 335 | 103 | 65 | 0 | 15 | 343 | 105 | 72 |
| Binary | 1001001 | 1101000 | 11011101 | 1000011 | 110101 | 0 | 1101 | 11100011 | 1000101 | 111010 |
Color Harmonies of #4968DD
Complementary color
Monochromatic Colors of #4968DD
Black with #4968DD
Text Example
Text Example
White with #4968DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968DD; }
p { color: rgb(73,104,221); }
H1.HeaderClassName
{
color: #4968DD;
}
.AnyTagClassName
{
color: #4968DD;
}
</style>
background-color css
<style>
a { background-color: #4968DD; }
a { background-color: rgb(73,104,221); }
div.DivClassName
{
background-color: #4968DD;
}
.BgClassName
{
background-color: #4968DD;
}
</style>
border-color css
<style>
span { border-color: #4968DD; }
span { border-color: rgb(73,104,221); }
td.TdClassName
{
border-color: #4968DD;
}
.TagClassName
{
border-color: #4968DD;
}
</style>