Shades of Royal Blue #4E6CD3
Tints of Royal Blue #4E6CD3
RGB
CMYK
RGB Variations
Color information
#4E6CD3 (or 0x4E6CD3) is known color: Royal Blue. HEX triplet: 4E, 6C and D3. RGB value is (78,108,211). Sum of RGB (Red+Green+Blue) = 78+108+211=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E6CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6CD3 is #B1932C. Grayscale: #6E6E6E. Windows color (decimal): -11637549 or 13855822. OLE color: 13855822.
HSL color Cylindrical-coordinate representation of color #4E6CD3: hue angle of 226.47º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E6CD3 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 108 | 211 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.17 |
| HSL | 226.47º | 0.6% | 0.57% | - |
| HSV(B) | 226.47º | 0.63% | 0.83% | - |
| XYZ | 20.26 | 17.05 | 63.85 | - |
| YUV | 110.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 211 | 0.63 | 0.49 | 0 | 0.17 | 226.47 | 0.6 | 0.57 |
| Hex | 4E | 6C | D3 | 3F | 31 | 0 | 11 | E2 | 3C | 39 |
| Octal | 116 | 154 | 323 | 77 | 61 | 0 | 21 | 342 | 74 | 71 |
| Binary | 1001110 | 1101100 | 11010011 | 111111 | 110001 | 0 | 10001 | 11100010 | 111100 | 111001 |
Color Harmonies of #4E6CD3
Complementary color
Monochromatic Colors of #4E6CD3
Black with #4E6CD3
Text Example
Text Example
White with #4E6CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CD3; }
p { color: rgb(78,108,211); }
H1.HeaderClassName
{
color: #4E6CD3;
}
.AnyTagClassName
{
color: #4E6CD3;
}
</style>
background-color css
<style>
a { background-color: #4E6CD3; }
a { background-color: rgb(78,108,211); }
div.DivClassName
{
background-color: #4E6CD3;
}
.BgClassName
{
background-color: #4E6CD3;
}
</style>
border-color css
<style>
span { border-color: #4E6CD3; }
span { border-color: rgb(78,108,211); }
td.TdClassName
{
border-color: #4E6CD3;
}
.TagClassName
{
border-color: #4E6CD3;
}
</style>