Shades of Royal Blue #4975DF
Tints of Royal Blue #4975DF
RGB
CMYK
RGB Variations
Color information
#4975DF (or 0x4975DF) is known color: Royal Blue. HEX triplet: 49, 75 and DF. RGB value is (73,117,223). Sum of RGB (Red+Green+Blue) = 73+117+223=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #4975DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975DF is #B68A20. Grayscale: #737373. Windows color (decimal): -11962913 or 14644553. OLE color: 14644553.
HSL color Cylindrical-coordinate representation of color #4975DF: hue angle of 222.4º degrees, saturation: 0.7, 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 #4975DF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 117 | 223 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.13 |
| HSL | 222.4º | 0.7% | 0.58% | - |
| HSV(B) | 222.4º | 0.67% | 0.87% | - |
| XYZ | 22.43 | 19.47 | 72.39 | - |
| YUV | 115.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 223 | 0.67 | 0.48 | 0 | 0.13 | 222.4 | 0.7 | 0.58 |
| Hex | 49 | 75 | DF | 43 | 30 | 0 | D | DE | 46 | 3A |
| Octal | 111 | 165 | 337 | 103 | 60 | 0 | 15 | 336 | 106 | 72 |
| Binary | 1001001 | 1110101 | 11011111 | 1000011 | 110000 | 0 | 1101 | 11011110 | 1000110 | 111010 |
Color Harmonies of #4975DF
Complementary color
Monochromatic Colors of #4975DF
Black with #4975DF
Text Example
Text Example
White with #4975DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975DF; }
p { color: rgb(73,117,223); }
H1.HeaderClassName
{
color: #4975DF;
}
.AnyTagClassName
{
color: #4975DF;
}
</style>
background-color css
<style>
a { background-color: #4975DF; }
a { background-color: rgb(73,117,223); }
div.DivClassName
{
background-color: #4975DF;
}
.BgClassName
{
background-color: #4975DF;
}
</style>
border-color css
<style>
span { border-color: #4975DF; }
span { border-color: rgb(73,117,223); }
td.TdClassName
{
border-color: #4975DF;
}
.TagClassName
{
border-color: #4975DF;
}
</style>