Shades of Royal Blue #4D6CCF
Tints of Royal Blue #4D6CCF
RGB
CMYK
RGB Variations
Color information
#4D6CCF (or 0x4D6CCF) is known color: Royal Blue. HEX triplet: 4D, 6C and CF. RGB value is (77,108,207). Sum of RGB (Red+Green+Blue) = 77+108+207=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CCF is #B29330. Grayscale: #6D6D6D. Windows color (decimal): -11703089 or 13593677. OLE color: 13593677.
HSL color Cylindrical-coordinate representation of color #4D6CCF: hue angle of 225.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D6CCF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 108 | 207 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.19 |
| HSL | 225.69º | 0.58% | 0.56% | - |
| HSV(B) | 225.69º | 0.63% | 0.81% | - |
| XYZ | 19.69 | 16.81 | 61.24 | - |
| YUV | 110.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 207 | 0.63 | 0.48 | 0 | 0.19 | 225.69 | 0.58 | 0.56 |
| Hex | 4D | 6C | CF | 3F | 30 | 0 | 13 | E2 | 3A | 38 |
| Octal | 115 | 154 | 317 | 77 | 60 | 0 | 23 | 342 | 72 | 70 |
| Binary | 1001101 | 1101100 | 11001111 | 111111 | 110000 | 0 | 10011 | 11100010 | 111010 | 111000 |
Color Harmonies of #4D6CCF
Complementary color
Monochromatic Colors of #4D6CCF
Black with #4D6CCF
Text Example
Text Example
White with #4D6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CCF; }
p { color: rgb(77,108,207); }
H1.HeaderClassName
{
color: #4D6CCF;
}
.AnyTagClassName
{
color: #4D6CCF;
}
</style>
background-color css
<style>
a { background-color: #4D6CCF; }
a { background-color: rgb(77,108,207); }
div.DivClassName
{
background-color: #4D6CCF;
}
.BgClassName
{
background-color: #4D6CCF;
}
</style>
border-color css
<style>
span { border-color: #4D6CCF; }
span { border-color: rgb(77,108,207); }
td.TdClassName
{
border-color: #4D6CCF;
}
.TagClassName
{
border-color: #4D6CCF;
}
</style>