Shades of Royal Blue #4D71CD
Tints of Royal Blue #4D71CD
RGB
CMYK
RGB Variations
Color information
#4D71CD (or 0x4D71CD) is known color: Royal Blue. HEX triplet: 4D, 71 and CD. RGB value is (77,113,205). Sum of RGB (Red+Green+Blue) = 77+113+205=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D71CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71CD is #B28E32. Grayscale: #707070. Windows color (decimal): -11701811 or 13463885. OLE color: 13463885.
HSL color Cylindrical-coordinate representation of color #4D71CD: hue angle of 223.12º degrees, saturation: 0.56, 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 #4D71CD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 113 | 205 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.20 |
| HSL | 223.13º | 0.56% | 0.55% | - |
| HSV(B) | 223.13º | 0.62% | 0.8% | - |
| XYZ | 19.99 | 17.8 | 60.14 | - |
| YUV | 112.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 205 | 0.62 | 0.45 | 0 | 0.20 | 223.13 | 0.56 | 0.55 |
| Hex | 4D | 71 | CD | 3E | 2D | 0 | 14 | DF | 38 | 37 |
| Octal | 115 | 161 | 315 | 76 | 55 | 0 | 24 | 337 | 70 | 67 |
| Binary | 1001101 | 1110001 | 11001101 | 111110 | 101101 | 0 | 10100 | 11011111 | 111000 | 110111 |
Color Harmonies of #4D71CD
Complementary color
Monochromatic Colors of #4D71CD
Black with #4D71CD
Text Example
Text Example
White with #4D71CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D71CD; }
p { color: rgb(77,113,205); }
H1.HeaderClassName
{
color: #4D71CD;
}
.AnyTagClassName
{
color: #4D71CD;
}
</style>
background-color css
<style>
a { background-color: #4D71CD; }
a { background-color: rgb(77,113,205); }
div.DivClassName
{
background-color: #4D71CD;
}
.BgClassName
{
background-color: #4D71CD;
}
</style>
border-color css
<style>
span { border-color: #4D71CD; }
span { border-color: rgb(77,113,205); }
td.TdClassName
{
border-color: #4D71CD;
}
.TagClassName
{
border-color: #4D71CD;
}
</style>