Shades of Royal Blue #4C6DCE
Tints of Royal Blue #4C6DCE
RGB
CMYK
RGB Variations
Color information
#4C6DCE (or 0x4C6DCE) is known color: Royal Blue. HEX triplet: 4C, 6D and CE. RGB value is (76,109,206). Sum of RGB (Red+Green+Blue) = 76+109+206=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DCE is #B39231. Grayscale: #6D6D6D. Windows color (decimal): -11768370 or 13528396. OLE color: 13528396.
HSL color Cylindrical-coordinate representation of color #4C6DCE: hue angle of 224.77º 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 #4C6DCE is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 109 | 206 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.19 |
| HSL | 224.77º | 0.57% | 0.55% | - |
| HSV(B) | 224.77º | 0.63% | 0.81% | - |
| XYZ | 19.59 | 16.93 | 60.63 | - |
| YUV | 110.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 206 | 0.63 | 0.47 | 0 | 0.19 | 224.77 | 0.57 | 0.55 |
| Hex | 4C | 6D | CE | 3F | 2F | 0 | 13 | E1 | 39 | 37 |
| Octal | 114 | 155 | 316 | 77 | 57 | 0 | 23 | 341 | 71 | 67 |
| Binary | 1001100 | 1101101 | 11001110 | 111111 | 101111 | 0 | 10011 | 11100001 | 111001 | 110111 |
Color Harmonies of #4C6DCE
Complementary color
Monochromatic Colors of #4C6DCE
Black with #4C6DCE
Text Example
Text Example
White with #4C6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DCE; }
p { color: rgb(76,109,206); }
H1.HeaderClassName
{
color: #4C6DCE;
}
.AnyTagClassName
{
color: #4C6DCE;
}
</style>
background-color css
<style>
a { background-color: #4C6DCE; }
a { background-color: rgb(76,109,206); }
div.DivClassName
{
background-color: #4C6DCE;
}
.BgClassName
{
background-color: #4C6DCE;
}
</style>
border-color css
<style>
span { border-color: #4C6DCE; }
span { border-color: rgb(76,109,206); }
td.TdClassName
{
border-color: #4C6DCE;
}
.TagClassName
{
border-color: #4C6DCE;
}
</style>