Shades of Royal Blue #4D77EA
Tints of Royal Blue #4D77EA
RGB
CMYK
RGB Variations
Color information
#4D77EA (or 0x4D77EA) is known color: Royal Blue. HEX triplet: 4D, 77 and EA. RGB value is (77,119,234). Sum of RGB (Red+Green+Blue) = 77+119+234=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D77EA is #B28815. Grayscale: #777777. Windows color (decimal): -11700246 or 15365965. OLE color: 15365965.
HSL color Cylindrical-coordinate representation of color #4D77EA: hue angle of 223.95º degrees, saturation: 0.79, 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 #4D77EA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 119 | 234 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.08 |
| HSL | 223.95º | 0.79% | 0.61% | - |
| HSV(B) | 223.95º | 0.67% | 0.92% | - |
| XYZ | 24.51 | 20.71 | 80.55 | - |
| YUV | 119.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 234 | 0.67 | 0.49 | 0 | 0.08 | 223.95 | 0.79 | 0.61 |
| Hex | 4D | 77 | EA | 43 | 31 | 0 | 8 | E0 | 4F | 3D |
| Octal | 115 | 167 | 352 | 103 | 61 | 0 | 10 | 340 | 117 | 75 |
| Binary | 1001101 | 1110111 | 11101010 | 1000011 | 110001 | 0 | 1000 | 11100000 | 1001111 | 111101 |
Color Harmonies of #4D77EA
Complementary color
Monochromatic Colors of #4D77EA
Black with #4D77EA
Text Example
Text Example
White with #4D77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D77EA; }
p { color: rgb(77,119,234); }
H1.HeaderClassName
{
color: #4D77EA;
}
.AnyTagClassName
{
color: #4D77EA;
}
</style>
background-color css
<style>
a { background-color: #4D77EA; }
a { background-color: rgb(77,119,234); }
div.DivClassName
{
background-color: #4D77EA;
}
.BgClassName
{
background-color: #4D77EA;
}
</style>
border-color css
<style>
span { border-color: #4D77EA; }
span { border-color: rgb(77,119,234); }
td.TdClassName
{
border-color: #4D77EA;
}
.TagClassName
{
border-color: #4D77EA;
}
</style>