Shades of Royal Blue #4B6ECE
Tints of Royal Blue #4B6ECE
RGB
CMYK
RGB Variations
Color information
#4B6ECE (or 0x4B6ECE) is known color: Royal Blue. HEX triplet: 4B, 6E and CE. RGB value is (75,110,206). Sum of RGB (Red+Green+Blue) = 75+110+206=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 110 (43.36% from 255 or 28.13% 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 #4B6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ECE is #B49131. Grayscale: #6E6E6E. Windows color (decimal): -11833650 or 13528651. OLE color: 13528651.
HSL color Cylindrical-coordinate representation of color #4B6ECE: hue angle of 223.97º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B6ECE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 110 | 206 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.19 |
| HSL | 223.97º | 0.57% | 0.55% | - |
| HSV(B) | 223.97º | 0.64% | 0.81% | - |
| XYZ | 19.62 | 17.1 | 60.66 | - |
| YUV | 110.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 206 | 0.64 | 0.47 | 0 | 0.19 | 223.97 | 0.57 | 0.55 |
| Hex | 4B | 6E | CE | 40 | 2F | 0 | 13 | E0 | 39 | 37 |
| Octal | 113 | 156 | 316 | 100 | 57 | 0 | 23 | 340 | 71 | 67 |
| Binary | 1001011 | 1101110 | 11001110 | 1000000 | 101111 | 0 | 10011 | 11100000 | 111001 | 110111 |
Color Harmonies of #4B6ECE
Complementary color
Monochromatic Colors of #4B6ECE
Black with #4B6ECE
Text Example
Text Example
White with #4B6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6ECE; }
p { color: rgb(75,110,206); }
H1.HeaderClassName
{
color: #4B6ECE;
}
.AnyTagClassName
{
color: #4B6ECE;
}
</style>
background-color css
<style>
a { background-color: #4B6ECE; }
a { background-color: rgb(75,110,206); }
div.DivClassName
{
background-color: #4B6ECE;
}
.BgClassName
{
background-color: #4B6ECE;
}
</style>
border-color css
<style>
span { border-color: #4B6ECE; }
span { border-color: rgb(75,110,206); }
td.TdClassName
{
border-color: #4B6ECE;
}
.TagClassName
{
border-color: #4B6ECE;
}
</style>