Shades of Royal Blue #4D75EC
Tints of Royal Blue #4D75EC
RGB
CMYK
RGB Variations
Color information
#4D75EC (or 0x4D75EC) is known color: Royal Blue. HEX triplet: 4D, 75 and EC. RGB value is (77,117,236). Sum of RGB (Red+Green+Blue) = 77+117+236=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D75EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75EC is #B28A13. Grayscale: #767676. Windows color (decimal): -11700756 or 15496525. OLE color: 15496525.
HSL color Cylindrical-coordinate representation of color #4D75EC: hue angle of 224.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D75EC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 117 | 236 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.07 |
| HSL | 224.91º | 0.81% | 0.61% | - |
| HSV(B) | 224.91º | 0.67% | 0.93% | - |
| XYZ | 24.56 | 20.36 | 81.99 | - |
| YUV | 118.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 236 | 0.67 | 0.50 | 0 | 0.07 | 224.91 | 0.81 | 0.61 |
| Hex | 4D | 75 | EC | 43 | 32 | 0 | 7 | E1 | 51 | 3D |
| Octal | 115 | 165 | 354 | 103 | 62 | 0 | 7 | 341 | 121 | 75 |
| Binary | 1001101 | 1110101 | 11101100 | 1000011 | 110010 | 0 | 111 | 11100001 | 1010001 | 111101 |
Color Harmonies of #4D75EC
Complementary color
Monochromatic Colors of #4D75EC
Black with #4D75EC
Text Example
Text Example
White with #4D75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D75EC; }
p { color: rgb(77,117,236); }
H1.HeaderClassName
{
color: #4D75EC;
}
.AnyTagClassName
{
color: #4D75EC;
}
</style>
background-color css
<style>
a { background-color: #4D75EC; }
a { background-color: rgb(77,117,236); }
div.DivClassName
{
background-color: #4D75EC;
}
.BgClassName
{
background-color: #4D75EC;
}
</style>
border-color css
<style>
span { border-color: #4D75EC; }
span { border-color: rgb(77,117,236); }
td.TdClassName
{
border-color: #4D75EC;
}
.TagClassName
{
border-color: #4D75EC;
}
</style>