Shades of Royal Blue #4B6EDD
Tints of Royal Blue #4B6EDD
RGB
CMYK
RGB Variations
Color information
#4B6EDD (or 0x4B6EDD) is known color: Royal Blue. HEX triplet: 4B, 6E and DD. RGB value is (75,110,221). Sum of RGB (Red+Green+Blue) = 75+110+221=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6EDD is #B49122. Grayscale: #6F6F6F. Windows color (decimal): -11833635 or 14511691. OLE color: 14511691.
HSL color Cylindrical-coordinate representation of color #4B6EDD: hue angle of 225.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6EDD is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 110 | 221 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.13 |
| HSL | 225.62º | 0.68% | 0.58% | - |
| HSV(B) | 225.62º | 0.66% | 0.87% | - |
| XYZ | 21.53 | 17.87 | 70.72 | - |
| YUV | 112.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 221 | 0.66 | 0.50 | 0 | 0.13 | 225.62 | 0.68 | 0.58 |
| Hex | 4B | 6E | DD | 42 | 32 | 0 | D | E2 | 44 | 3A |
| Octal | 113 | 156 | 335 | 102 | 62 | 0 | 15 | 342 | 104 | 72 |
| Binary | 1001011 | 1101110 | 11011101 | 1000010 | 110010 | 0 | 1101 | 11100010 | 1000100 | 111010 |
Color Harmonies of #4B6EDD
Complementary color
Monochromatic Colors of #4B6EDD
Black with #4B6EDD
Text Example
Text Example
White with #4B6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6EDD; }
p { color: rgb(75,110,221); }
H1.HeaderClassName
{
color: #4B6EDD;
}
.AnyTagClassName
{
color: #4B6EDD;
}
</style>
background-color css
<style>
a { background-color: #4B6EDD; }
a { background-color: rgb(75,110,221); }
div.DivClassName
{
background-color: #4B6EDD;
}
.BgClassName
{
background-color: #4B6EDD;
}
</style>
border-color css
<style>
span { border-color: #4B6EDD; }
span { border-color: rgb(75,110,221); }
td.TdClassName
{
border-color: #4B6EDD;
}
.TagClassName
{
border-color: #4B6EDD;
}
</style>