Shades of Royal Blue #4975DE
Tints of Royal Blue #4975DE
RGB
CMYK
RGB Variations
Color information
#4975DE (or 0x4975DE) is known color: Royal Blue. HEX triplet: 49, 75 and DE. RGB value is (73,117,222). Sum of RGB (Red+Green+Blue) = 73+117+222=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #4975DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975DE is #B68A21. Grayscale: #737373. Windows color (decimal): -11962914 or 14579017. OLE color: 14579017.
HSL color Cylindrical-coordinate representation of color #4975DE: hue angle of 222.28º degrees, saturation: 0.69, 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 #4975DE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 117 | 222 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.13 |
| HSL | 222.28º | 0.69% | 0.58% | - |
| HSV(B) | 222.28º | 0.67% | 0.87% | - |
| XYZ | 22.29 | 19.41 | 71.68 | - |
| YUV | 115.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 222 | 0.67 | 0.47 | 0 | 0.13 | 222.28 | 0.69 | 0.58 |
| Hex | 49 | 75 | DE | 43 | 2F | 0 | D | DE | 45 | 3A |
| Octal | 111 | 165 | 336 | 103 | 57 | 0 | 15 | 336 | 105 | 72 |
| Binary | 1001001 | 1110101 | 11011110 | 1000011 | 101111 | 0 | 1101 | 11011110 | 1000101 | 111010 |
Color Harmonies of #4975DE
Complementary color
Monochromatic Colors of #4975DE
Black with #4975DE
Text Example
Text Example
White with #4975DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975DE; }
p { color: rgb(73,117,222); }
H1.HeaderClassName
{
color: #4975DE;
}
.AnyTagClassName
{
color: #4975DE;
}
</style>
background-color css
<style>
a { background-color: #4975DE; }
a { background-color: rgb(73,117,222); }
div.DivClassName
{
background-color: #4975DE;
}
.BgClassName
{
background-color: #4975DE;
}
</style>
border-color css
<style>
span { border-color: #4975DE; }
span { border-color: rgb(73,117,222); }
td.TdClassName
{
border-color: #4975DE;
}
.TagClassName
{
border-color: #4975DE;
}
</style>