Shades of Royal Blue #4E6FCF
Tints of Royal Blue #4E6FCF
RGB
CMYK
RGB Variations
Color information
#4E6FCF (or 0x4E6FCF) is known color: Royal Blue. HEX triplet: 4E, 6F and CF. RGB value is (78,111,207). Sum of RGB (Red+Green+Blue) = 78+111+207=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FCF is #B19030. Grayscale: #6F6F6F. Windows color (decimal): -11636785 or 13594446. OLE color: 13594446.
HSL color Cylindrical-coordinate representation of color #4E6FCF: hue angle of 224.65º 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 #4E6FCF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 111 | 207 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.19 |
| HSL | 224.65º | 0.57% | 0.56% | - |
| HSV(B) | 224.65º | 0.62% | 0.81% | - |
| XYZ | 20.09 | 17.49 | 61.35 | - |
| YUV | 112.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 207 | 0.62 | 0.46 | 0 | 0.19 | 224.65 | 0.57 | 0.56 |
| Hex | 4E | 6F | CF | 3E | 2E | 0 | 13 | E1 | 39 | 38 |
| Octal | 116 | 157 | 317 | 76 | 56 | 0 | 23 | 341 | 71 | 70 |
| Binary | 1001110 | 1101111 | 11001111 | 111110 | 101110 | 0 | 10011 | 11100001 | 111001 | 111000 |
Color Harmonies of #4E6FCF
Complementary color
Monochromatic Colors of #4E6FCF
Black with #4E6FCF
Text Example
Text Example
White with #4E6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FCF; }
p { color: rgb(78,111,207); }
H1.HeaderClassName
{
color: #4E6FCF;
}
.AnyTagClassName
{
color: #4E6FCF;
}
</style>
background-color css
<style>
a { background-color: #4E6FCF; }
a { background-color: rgb(78,111,207); }
div.DivClassName
{
background-color: #4E6FCF;
}
.BgClassName
{
background-color: #4E6FCF;
}
</style>
border-color css
<style>
span { border-color: #4E6FCF; }
span { border-color: rgb(78,111,207); }
td.TdClassName
{
border-color: #4E6FCF;
}
.TagClassName
{
border-color: #4E6FCF;
}
</style>