Shades of Royal Blue #4975DB
Tints of Royal Blue #4975DB
RGB
CMYK
RGB Variations
Color information
#4975DB (or 0x4975DB) is known color: Royal Blue. HEX triplet: 49, 75 and DB. RGB value is (73,117,219). Sum of RGB (Red+Green+Blue) = 73+117+219=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #4975DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975DB is #B68A24. Grayscale: #737373. Windows color (decimal): -11962917 or 14382409. OLE color: 14382409.
HSL color Cylindrical-coordinate representation of color #4975DB: hue angle of 221.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4975DB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 117 | 219 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.14 |
| HSL | 221.92º | 0.67% | 0.57% | - |
| HSV(B) | 221.92º | 0.67% | 0.86% | - |
| XYZ | 21.9 | 19.25 | 69.58 | - |
| YUV | 115.47 | 186.42 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 219 | 0.67 | 0.47 | 0 | 0.14 | 221.92 | 0.67 | 0.57 |
| Hex | 49 | 75 | DB | 43 | 2F | 0 | E | DE | 43 | 39 |
| Octal | 111 | 165 | 333 | 103 | 57 | 0 | 16 | 336 | 103 | 71 |
| Binary | 1001001 | 1110101 | 11011011 | 1000011 | 101111 | 0 | 1110 | 11011110 | 1000011 | 111001 |
Color Harmonies of #4975DB
Complementary color
Monochromatic Colors of #4975DB
Black with #4975DB
Text Example
Text Example
White with #4975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975DB; }
p { color: rgb(73,117,219); }
H1.HeaderClassName
{
color: #4975DB;
}
.AnyTagClassName
{
color: #4975DB;
}
</style>
background-color css
<style>
a { background-color: #4975DB; }
a { background-color: rgb(73,117,219); }
div.DivClassName
{
background-color: #4975DB;
}
.BgClassName
{
background-color: #4975DB;
}
</style>
border-color css
<style>
span { border-color: #4975DB; }
span { border-color: rgb(73,117,219); }
td.TdClassName
{
border-color: #4975DB;
}
.TagClassName
{
border-color: #4975DB;
}
</style>