Shades of Royal Blue #4E6FCE
Tints of Royal Blue #4E6FCE
RGB
CMYK
RGB Variations
Color information
#4E6FCE (or 0x4E6FCE) is known color: Royal Blue. HEX triplet: 4E, 6F and CE. RGB value is (78,111,206). Sum of RGB (Red+Green+Blue) = 78+111+206=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FCE is #B19031. Grayscale: #6F6F6F. Windows color (decimal): -11636786 or 13528910. OLE color: 13528910.
HSL color Cylindrical-coordinate representation of color #4E6FCE: hue angle of 224.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E6FCE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 111 | 206 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.19 |
| HSL | 224.53º | 0.57% | 0.56% | - |
| HSV(B) | 224.53º | 0.62% | 0.81% | - |
| XYZ | 19.97 | 17.44 | 60.71 | - |
| YUV | 111.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 206 | 0.62 | 0.46 | 0 | 0.19 | 224.53 | 0.57 | 0.56 |
| Hex | 4E | 6F | CE | 3E | 2E | 0 | 13 | E1 | 39 | 38 |
| Octal | 116 | 157 | 316 | 76 | 56 | 0 | 23 | 341 | 71 | 70 |
| Binary | 1001110 | 1101111 | 11001110 | 111110 | 101110 | 0 | 10011 | 11100001 | 111001 | 111000 |
Color Harmonies of #4E6FCE
Complementary color
Monochromatic Colors of #4E6FCE
Black with #4E6FCE
Text Example
Text Example
White with #4E6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FCE; }
p { color: rgb(78,111,206); }
H1.HeaderClassName
{
color: #4E6FCE;
}
.AnyTagClassName
{
color: #4E6FCE;
}
</style>
background-color css
<style>
a { background-color: #4E6FCE; }
a { background-color: rgb(78,111,206); }
div.DivClassName
{
background-color: #4E6FCE;
}
.BgClassName
{
background-color: #4E6FCE;
}
</style>
border-color css
<style>
span { border-color: #4E6FCE; }
span { border-color: rgb(78,111,206); }
td.TdClassName
{
border-color: #4E6FCE;
}
.TagClassName
{
border-color: #4E6FCE;
}
</style>