Shades of Royal Blue #4D72CE
Tints of Royal Blue #4D72CE
RGB
CMYK
RGB Variations
Color information
#4D72CE (or 0x4D72CE) is known color: Royal Blue. HEX triplet: 4D, 72 and CE. RGB value is (77,114,206). Sum of RGB (Red+Green+Blue) = 77+114+206=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D72CE is #B28D31. Grayscale: #717171. Windows color (decimal): -11701554 or 13529677. OLE color: 13529677.
HSL color Cylindrical-coordinate representation of color #4D72CE: hue angle of 222.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D72CE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 114 | 206 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.19 |
| HSL | 222.79º | 0.57% | 0.55% | - |
| HSV(B) | 222.79º | 0.63% | 0.81% | - |
| XYZ | 20.22 | 18.07 | 60.81 | - |
| YUV | 113.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 206 | 0.63 | 0.45 | 0 | 0.19 | 222.79 | 0.57 | 0.55 |
| Hex | 4D | 72 | CE | 3F | 2D | 0 | 13 | DF | 39 | 37 |
| Octal | 115 | 162 | 316 | 77 | 55 | 0 | 23 | 337 | 71 | 67 |
| Binary | 1001101 | 1110010 | 11001110 | 111111 | 101101 | 0 | 10011 | 11011111 | 111001 | 110111 |
Color Harmonies of #4D72CE
Complementary color
Monochromatic Colors of #4D72CE
Black with #4D72CE
Text Example
Text Example
White with #4D72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D72CE; }
p { color: rgb(77,114,206); }
H1.HeaderClassName
{
color: #4D72CE;
}
.AnyTagClassName
{
color: #4D72CE;
}
</style>
background-color css
<style>
a { background-color: #4D72CE; }
a { background-color: rgb(77,114,206); }
div.DivClassName
{
background-color: #4D72CE;
}
.BgClassName
{
background-color: #4D72CE;
}
</style>
border-color css
<style>
span { border-color: #4D72CE; }
span { border-color: rgb(77,114,206); }
td.TdClassName
{
border-color: #4D72CE;
}
.TagClassName
{
border-color: #4D72CE;
}
</style>