Shades of Royal Blue #4975EA
Tints of Royal Blue #4975EA
RGB
CMYK
RGB Variations
Color information
#4975EA (or 0x4975EA) is known color: Royal Blue. HEX triplet: 49, 75 and EA. RGB value is (73,117,234). Sum of RGB (Red+Green+Blue) = 73+117+234=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #4975EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975EA is #B68A15. Grayscale: #747474. Windows color (decimal): -11962902 or 15365449. OLE color: 15365449.
HSL color Cylindrical-coordinate representation of color #4975EA: hue angle of 223.6º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4975EA is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 117 | 234 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.08 |
| HSL | 223.6º | 0.79% | 0.6% | - |
| HSV(B) | 223.6º | 0.69% | 0.92% | - |
| XYZ | 23.96 | 20.08 | 80.45 | - |
| YUV | 117.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 234 | 0.69 | 0.5 | 0 | 0.08 | 223.6 | 0.79 | 0.6 |
| Hex | 49 | 75 | EA | 45 | 32 | 0 | 8 | E0 | 4F | 3C |
| Octal | 111 | 165 | 352 | 105 | 62 | 0 | 10 | 340 | 117 | 74 |
| Binary | 1001001 | 1110101 | 11101010 | 1000101 | 110010 | 0 | 1000 | 11100000 | 1001111 | 111100 |
Color Harmonies of #4975EA
Complementary color
Monochromatic Colors of #4975EA
Black with #4975EA
Text Example
Text Example
White with #4975EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975EA; }
p { color: rgb(73,117,234); }
H1.HeaderClassName
{
color: #4975EA;
}
.AnyTagClassName
{
color: #4975EA;
}
</style>
background-color css
<style>
a { background-color: #4975EA; }
a { background-color: rgb(73,117,234); }
div.DivClassName
{
background-color: #4975EA;
}
.BgClassName
{
background-color: #4975EA;
}
</style>
border-color css
<style>
span { border-color: #4975EA; }
span { border-color: rgb(73,117,234); }
td.TdClassName
{
border-color: #4975EA;
}
.TagClassName
{
border-color: #4975EA;
}
</style>