Shades of Royal Blue #4975E7
Tints of Royal Blue #4975E7
RGB
CMYK
RGB Variations
Color information
#4975E7 (or 0x4975E7) is known color: Royal Blue. HEX triplet: 49, 75 and E7. RGB value is (73,117,231). Sum of RGB (Red+Green+Blue) = 73+117+231=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #4975E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975E7 is #B68A18. Grayscale: #747474. Windows color (decimal): -11962905 or 15168841. OLE color: 15168841.
HSL color Cylindrical-coordinate representation of color #4975E7: hue angle of 223.29º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4975E7 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 117 | 231 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.09 |
| HSL | 223.29º | 0.77% | 0.6% | - |
| HSV(B) | 223.29º | 0.68% | 0.91% | - |
| XYZ | 23.53 | 19.91 | 78.2 | - |
| YUV | 116.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 231 | 0.68 | 0.49 | 0 | 0.09 | 223.29 | 0.77 | 0.6 |
| Hex | 49 | 75 | E7 | 44 | 31 | 0 | 9 | DF | 4D | 3C |
| Octal | 111 | 165 | 347 | 104 | 61 | 0 | 11 | 337 | 115 | 74 |
| Binary | 1001001 | 1110101 | 11100111 | 1000100 | 110001 | 0 | 1001 | 11011111 | 1001101 | 111100 |
Color Harmonies of #4975E7
Complementary color
Monochromatic Colors of #4975E7
Black with #4975E7
Text Example
Text Example
White with #4975E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975E7; }
p { color: rgb(73,117,231); }
H1.HeaderClassName
{
color: #4975E7;
}
.AnyTagClassName
{
color: #4975E7;
}
</style>
background-color css
<style>
a { background-color: #4975E7; }
a { background-color: rgb(73,117,231); }
div.DivClassName
{
background-color: #4975E7;
}
.BgClassName
{
background-color: #4975E7;
}
</style>
border-color css
<style>
span { border-color: #4975E7; }
span { border-color: rgb(73,117,231); }
td.TdClassName
{
border-color: #4975E7;
}
.TagClassName
{
border-color: #4975E7;
}
</style>