Shades of Royal Blue #4E6BCC
Tints of Royal Blue #4E6BCC
RGB
CMYK
RGB Variations
Color information
#4E6BCC (or 0x4E6BCC) is known color: Royal Blue. HEX triplet: 4E, 6B and CC. RGB value is (78,107,204). Sum of RGB (Red+Green+Blue) = 78+107+204=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E6BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BCC is #B19433. Grayscale: #6C6C6C. Windows color (decimal): -11637812 or 13396814. OLE color: 13396814.
HSL color Cylindrical-coordinate representation of color #4E6BCC: hue angle of 226.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E6BCC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 107 | 204 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.2 |
| HSL | 226.19º | 0.55% | 0.55% | - |
| HSV(B) | 226.19º | 0.62% | 0.8% | - |
| XYZ | 19.3 | 16.49 | 59.29 | - |
| YUV | 109.39 | 181.39 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 204 | 0.62 | 0.48 | 0 | 0.2 | 226.19 | 0.55 | 0.55 |
| Hex | 4E | 6B | CC | 3E | 30 | 0 | 14 | E2 | 37 | 37 |
| Octal | 116 | 153 | 314 | 76 | 60 | 0 | 24 | 342 | 67 | 67 |
| Binary | 1001110 | 1101011 | 11001100 | 111110 | 110000 | 0 | 10100 | 11100010 | 110111 | 110111 |
Color Harmonies of #4E6BCC
Complementary color
Monochromatic Colors of #4E6BCC
Black with #4E6BCC
Text Example
Text Example
White with #4E6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BCC; }
p { color: rgb(78,107,204); }
H1.HeaderClassName
{
color: #4E6BCC;
}
.AnyTagClassName
{
color: #4E6BCC;
}
</style>
background-color css
<style>
a { background-color: #4E6BCC; }
a { background-color: rgb(78,107,204); }
div.DivClassName
{
background-color: #4E6BCC;
}
.BgClassName
{
background-color: #4E6BCC;
}
</style>
border-color css
<style>
span { border-color: #4E6BCC; }
span { border-color: rgb(78,107,204); }
td.TdClassName
{
border-color: #4E6BCC;
}
.TagClassName
{
border-color: #4E6BCC;
}
</style>