Shades of Royal Blue #4C75D9
Tints of Royal Blue #4C75D9
RGB
CMYK
RGB Variations
Color information
#4C75D9 (or 0x4C75D9) is known color: Royal Blue. HEX triplet: 4C, 75 and D9. RGB value is (76,117,217). Sum of RGB (Red+Green+Blue) = 76+117+217=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C75D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C75D9 is #B38A26. Grayscale: #737373. Windows color (decimal): -11766311 or 14251340. OLE color: 14251340.
HSL color Cylindrical-coordinate representation of color #4C75D9: hue angle of 222.55º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C75D9 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 117 | 217 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.15 |
| HSL | 222.55º | 0.65% | 0.57% | - |
| HSV(B) | 222.55º | 0.65% | 0.85% | - |
| XYZ | 21.87 | 19.27 | 68.21 | - |
| YUV | 116.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 217 | 0.65 | 0.46 | 0 | 0.15 | 222.55 | 0.65 | 0.57 |
| Hex | 4C | 75 | D9 | 41 | 2E | 0 | F | DF | 41 | 39 |
| Octal | 114 | 165 | 331 | 101 | 56 | 0 | 17 | 337 | 101 | 71 |
| Binary | 1001100 | 1110101 | 11011001 | 1000001 | 101110 | 0 | 1111 | 11011111 | 1000001 | 111001 |
Color Harmonies of #4C75D9
Complementary color
Monochromatic Colors of #4C75D9
Black with #4C75D9
Text Example
Text Example
White with #4C75D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C75D9; }
p { color: rgb(76,117,217); }
H1.HeaderClassName
{
color: #4C75D9;
}
.AnyTagClassName
{
color: #4C75D9;
}
</style>
background-color css
<style>
a { background-color: #4C75D9; }
a { background-color: rgb(76,117,217); }
div.DivClassName
{
background-color: #4C75D9;
}
.BgClassName
{
background-color: #4C75D9;
}
</style>
border-color css
<style>
span { border-color: #4C75D9; }
span { border-color: rgb(76,117,217); }
td.TdClassName
{
border-color: #4C75D9;
}
.TagClassName
{
border-color: #4C75D9;
}
</style>