Shades of Royal Blue #4975DD
Tints of Royal Blue #4975DD
RGB
CMYK
RGB Variations
Color information
#4975DD (or 0x4975DD) is known color: Royal Blue. HEX triplet: 49, 75 and DD. RGB value is (73,117,221). Sum of RGB (Red+Green+Blue) = 73+117+221=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #4975DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975DD is #B68A22. Grayscale: #737373. Windows color (decimal): -11962915 or 14513481. OLE color: 14513481.
HSL color Cylindrical-coordinate representation of color #4975DD: hue angle of 222.16º 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 #4975DD is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 117 | 221 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.13 |
| HSL | 222.16º | 0.69% | 0.58% | - |
| HSV(B) | 222.16º | 0.67% | 0.87% | - |
| XYZ | 22.16 | 19.36 | 70.98 | - |
| YUV | 115.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 221 | 0.67 | 0.47 | 0 | 0.13 | 222.16 | 0.69 | 0.58 |
| Hex | 49 | 75 | DD | 43 | 2F | 0 | D | DE | 45 | 3A |
| Octal | 111 | 165 | 335 | 103 | 57 | 0 | 15 | 336 | 105 | 72 |
| Binary | 1001001 | 1110101 | 11011101 | 1000011 | 101111 | 0 | 1101 | 11011110 | 1000101 | 111010 |
Color Harmonies of #4975DD
Complementary color
Monochromatic Colors of #4975DD
Black with #4975DD
Text Example
Text Example
White with #4975DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975DD; }
p { color: rgb(73,117,221); }
H1.HeaderClassName
{
color: #4975DD;
}
.AnyTagClassName
{
color: #4975DD;
}
</style>
background-color css
<style>
a { background-color: #4975DD; }
a { background-color: rgb(73,117,221); }
div.DivClassName
{
background-color: #4975DD;
}
.BgClassName
{
background-color: #4975DD;
}
</style>
border-color css
<style>
span { border-color: #4975DD; }
span { border-color: rgb(73,117,221); }
td.TdClassName
{
border-color: #4975DD;
}
.TagClassName
{
border-color: #4975DD;
}
</style>