Shades of Royal Blue #4D69CE
Tints of Royal Blue #4D69CE
RGB
CMYK
RGB Variations
Color information
#4D69CE (or 0x4D69CE) is known color: Royal Blue. HEX triplet: 4D, 69 and CE. RGB value is (77,105,206). Sum of RGB (Red+Green+Blue) = 77+105+206=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D69CE is #B29631. Grayscale: #6B6B6B. Windows color (decimal): -11703858 or 13527373. OLE color: 13527373.
HSL color Cylindrical-coordinate representation of color #4D69CE: hue angle of 226.98º 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 #4D69CE is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 105 | 206 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.19 |
| HSL | 226.98º | 0.57% | 0.55% | - |
| HSV(B) | 226.98º | 0.63% | 0.81% | - |
| XYZ | 19.25 | 16.14 | 60.49 | - |
| YUV | 108.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 206 | 0.63 | 0.49 | 0 | 0.19 | 226.98 | 0.57 | 0.55 |
| Hex | 4D | 69 | CE | 3F | 31 | 0 | 13 | E3 | 39 | 37 |
| Octal | 115 | 151 | 316 | 77 | 61 | 0 | 23 | 343 | 71 | 67 |
| Binary | 1001101 | 1101001 | 11001110 | 111111 | 110001 | 0 | 10011 | 11100011 | 111001 | 110111 |
Color Harmonies of #4D69CE
Complementary color
Monochromatic Colors of #4D69CE
Black with #4D69CE
Text Example
Text Example
White with #4D69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D69CE; }
p { color: rgb(77,105,206); }
H1.HeaderClassName
{
color: #4D69CE;
}
.AnyTagClassName
{
color: #4D69CE;
}
</style>
background-color css
<style>
a { background-color: #4D69CE; }
a { background-color: rgb(77,105,206); }
div.DivClassName
{
background-color: #4D69CE;
}
.BgClassName
{
background-color: #4D69CE;
}
</style>
border-color css
<style>
span { border-color: #4D69CE; }
span { border-color: rgb(77,105,206); }
td.TdClassName
{
border-color: #4D69CE;
}
.TagClassName
{
border-color: #4D69CE;
}
</style>