Shades of Royal Blue #4D75D9
Tints of Royal Blue #4D75D9
RGB
CMYK
RGB Variations
Color information
#4D75D9 (or 0x4D75D9) is known color: Royal Blue. HEX triplet: 4D, 75 and D9. RGB value is (77,117,217). Sum of RGB (Red+Green+Blue) = 77+117+217=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #4D75D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75D9 is #B28A26. Grayscale: #747474. Windows color (decimal): -11700775 or 14251341. OLE color: 14251341.
HSL color Cylindrical-coordinate representation of color #4D75D9: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D75D9 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 117 | 217 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.15 |
| HSL | 222.86º | 0.65% | 0.58% | - |
| HSV(B) | 222.86º | 0.65% | 0.85% | - |
| XYZ | 21.95 | 19.31 | 68.22 | - |
| YUV | 116.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 217 | 0.65 | 0.46 | 0 | 0.15 | 222.86 | 0.65 | 0.58 |
| Hex | 4D | 75 | D9 | 41 | 2E | 0 | F | DF | 41 | 3A |
| Octal | 115 | 165 | 331 | 101 | 56 | 0 | 17 | 337 | 101 | 72 |
| Binary | 1001101 | 1110101 | 11011001 | 1000001 | 101110 | 0 | 1111 | 11011111 | 1000001 | 111010 |
Color Harmonies of #4D75D9
Complementary color
Monochromatic Colors of #4D75D9
Black with #4D75D9
Text Example
Text Example
White with #4D75D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D75D9; }
p { color: rgb(77,117,217); }
H1.HeaderClassName
{
color: #4D75D9;
}
.AnyTagClassName
{
color: #4D75D9;
}
</style>
background-color css
<style>
a { background-color: #4D75D9; }
a { background-color: rgb(77,117,217); }
div.DivClassName
{
background-color: #4D75D9;
}
.BgClassName
{
background-color: #4D75D9;
}
</style>
border-color css
<style>
span { border-color: #4D75D9; }
span { border-color: rgb(77,117,217); }
td.TdClassName
{
border-color: #4D75D9;
}
.TagClassName
{
border-color: #4D75D9;
}
</style>