Shades of Royal Blue #4D70CC
Tints of Royal Blue #4D70CC
RGB
CMYK
RGB Variations
Color information
#4D70CC (or 0x4D70CC) is known color: Royal Blue. HEX triplet: 4D, 70 and CC. RGB value is (77,112,204). Sum of RGB (Red+Green+Blue) = 77+112+204=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D70CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70CC is #B28F33. Grayscale: #6F6F6F. Windows color (decimal): -11702068 or 13398093. OLE color: 13398093.
HSL color Cylindrical-coordinate representation of color #4D70CC: hue angle of 223.46º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D70CC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 112 | 204 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.2 |
| HSL | 223.46º | 0.55% | 0.55% | - |
| HSV(B) | 223.46º | 0.62% | 0.8% | - |
| XYZ | 19.75 | 17.53 | 59.47 | - |
| YUV | 112.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 204 | 0.62 | 0.45 | 0 | 0.2 | 223.46 | 0.55 | 0.55 |
| Hex | 4D | 70 | CC | 3E | 2D | 0 | 14 | DF | 37 | 37 |
| Octal | 115 | 160 | 314 | 76 | 55 | 0 | 24 | 337 | 67 | 67 |
| Binary | 1001101 | 1110000 | 11001100 | 111110 | 101101 | 0 | 10100 | 11011111 | 110111 | 110111 |
Color Harmonies of #4D70CC
Complementary color
Monochromatic Colors of #4D70CC
Black with #4D70CC
Text Example
Text Example
White with #4D70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D70CC; }
p { color: rgb(77,112,204); }
H1.HeaderClassName
{
color: #4D70CC;
}
.AnyTagClassName
{
color: #4D70CC;
}
</style>
background-color css
<style>
a { background-color: #4D70CC; }
a { background-color: rgb(77,112,204); }
div.DivClassName
{
background-color: #4D70CC;
}
.BgClassName
{
background-color: #4D70CC;
}
</style>
border-color css
<style>
span { border-color: #4D70CC; }
span { border-color: rgb(77,112,204); }
td.TdClassName
{
border-color: #4D70CC;
}
.TagClassName
{
border-color: #4D70CC;
}
</style>