Shades of Royal Blue #4D74EB
Tints of Royal Blue #4D74EB
RGB
CMYK
RGB Variations
Color information
#4D74EB (or 0x4D74EB) is known color: Royal Blue. HEX triplet: 4D, 74 and EB. RGB value is (77,116,235). Sum of RGB (Red+Green+Blue) = 77+116+235=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D74EB is #B28B14. Grayscale: #757575. Windows color (decimal): -11701013 or 15430733. OLE color: 15430733.
HSL color Cylindrical-coordinate representation of color #4D74EB: hue angle of 225.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D74EB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 116 | 235 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.08 |
| HSL | 225.19º | 0.8% | 0.61% | - |
| HSV(B) | 225.19º | 0.67% | 0.92% | - |
| XYZ | 24.3 | 20.07 | 81.19 | - |
| YUV | 117.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 235 | 0.67 | 0.51 | 0 | 0.08 | 225.19 | 0.8 | 0.61 |
| Hex | 4D | 74 | EB | 43 | 33 | 0 | 8 | E1 | 50 | 3D |
| Octal | 115 | 164 | 353 | 103 | 63 | 0 | 10 | 341 | 120 | 75 |
| Binary | 1001101 | 1110100 | 11101011 | 1000011 | 110011 | 0 | 1000 | 11100001 | 1010000 | 111101 |
Color Harmonies of #4D74EB
Complementary color
Monochromatic Colors of #4D74EB
Black with #4D74EB
Text Example
Text Example
White with #4D74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74EB; }
p { color: rgb(77,116,235); }
H1.HeaderClassName
{
color: #4D74EB;
}
.AnyTagClassName
{
color: #4D74EB;
}
</style>
background-color css
<style>
a { background-color: #4D74EB; }
a { background-color: rgb(77,116,235); }
div.DivClassName
{
background-color: #4D74EB;
}
.BgClassName
{
background-color: #4D74EB;
}
</style>
border-color css
<style>
span { border-color: #4D74EB; }
span { border-color: rgb(77,116,235); }
td.TdClassName
{
border-color: #4D74EB;
}
.TagClassName
{
border-color: #4D74EB;
}
</style>