Shades of Royal Blue #4975E6
Tints of Royal Blue #4975E6
RGB
CMYK
RGB Variations
Color information
#4975E6 (or 0x4975E6) is known color: Royal Blue. HEX triplet: 49, 75 and E6. RGB value is (73,117,230). Sum of RGB (Red+Green+Blue) = 73+117+230=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #4975E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975E6 is #B68A19. Grayscale: #747474. Windows color (decimal): -11962906 or 15103305. OLE color: 15103305.
HSL color Cylindrical-coordinate representation of color #4975E6: hue angle of 223.18º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4975E6 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 117 | 230 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.10 |
| HSL | 223.18º | 0.76% | 0.59% | - |
| HSV(B) | 223.18º | 0.68% | 0.9% | - |
| XYZ | 23.39 | 19.85 | 77.46 | - |
| YUV | 116.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 230 | 0.68 | 0.49 | 0 | 0.10 | 223.18 | 0.76 | 0.59 |
| Hex | 49 | 75 | E6 | 44 | 31 | 0 | A | DF | 4C | 3B |
| Octal | 111 | 165 | 346 | 104 | 61 | 0 | 12 | 337 | 114 | 73 |
| Binary | 1001001 | 1110101 | 11100110 | 1000100 | 110001 | 0 | 1010 | 11011111 | 1001100 | 111011 |
Color Harmonies of #4975E6
Complementary color
Monochromatic Colors of #4975E6
Black with #4975E6
Text Example
Text Example
White with #4975E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975E6; }
p { color: rgb(73,117,230); }
H1.HeaderClassName
{
color: #4975E6;
}
.AnyTagClassName
{
color: #4975E6;
}
</style>
background-color css
<style>
a { background-color: #4975E6; }
a { background-color: rgb(73,117,230); }
div.DivClassName
{
background-color: #4975E6;
}
.BgClassName
{
background-color: #4975E6;
}
</style>
border-color css
<style>
span { border-color: #4975E6; }
span { border-color: rgb(73,117,230); }
td.TdClassName
{
border-color: #4975E6;
}
.TagClassName
{
border-color: #4975E6;
}
</style>