Shades of Royal Blue #4D68CE
Tints of Royal Blue #4D68CE
RGB
CMYK
RGB Variations
Color information
#4D68CE (or 0x4D68CE) is known color: Royal Blue. HEX triplet: 4D, 68 and CE. RGB value is (77,104,206). Sum of RGB (Red+Green+Blue) = 77+104+206=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CE is #B29731. Grayscale: #6B6B6B. Windows color (decimal): -11704114 or 13527117. OLE color: 13527117.
HSL color Cylindrical-coordinate representation of color #4D68CE: hue angle of 227.44º 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 #4D68CE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 104 | 206 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.19 |
| HSL | 227.44º | 0.57% | 0.55% | - |
| HSV(B) | 227.44º | 0.63% | 0.81% | - |
| XYZ | 19.15 | 15.93 | 60.46 | - |
| YUV | 107.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 206 | 0.63 | 0.50 | 0 | 0.19 | 227.44 | 0.57 | 0.55 |
| Hex | 4D | 68 | CE | 3F | 32 | 0 | 13 | E3 | 39 | 37 |
| Octal | 115 | 150 | 316 | 77 | 62 | 0 | 23 | 343 | 71 | 67 |
| Binary | 1001101 | 1101000 | 11001110 | 111111 | 110010 | 0 | 10011 | 11100011 | 111001 | 110111 |
Color Harmonies of #4D68CE
Complementary color
Monochromatic Colors of #4D68CE
Black with #4D68CE
Text Example
Text Example
White with #4D68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D68CE; }
p { color: rgb(77,104,206); }
H1.HeaderClassName
{
color: #4D68CE;
}
.AnyTagClassName
{
color: #4D68CE;
}
</style>
background-color css
<style>
a { background-color: #4D68CE; }
a { background-color: rgb(77,104,206); }
div.DivClassName
{
background-color: #4D68CE;
}
.BgClassName
{
background-color: #4D68CE;
}
</style>
border-color css
<style>
span { border-color: #4D68CE; }
span { border-color: rgb(77,104,206); }
td.TdClassName
{
border-color: #4D68CE;
}
.TagClassName
{
border-color: #4D68CE;
}
</style>