Shades of Royal Blue #4B6EDC
Tints of Royal Blue #4B6EDC
RGB
CMYK
RGB Variations
Color information
#4B6EDC (or 0x4B6EDC) is known color: Royal Blue. HEX triplet: 4B, 6E and DC. RGB value is (75,110,220). Sum of RGB (Red+Green+Blue) = 75+110+220=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B6EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6EDC is #B49123. Grayscale: #6F6F6F. Windows color (decimal): -11833636 or 14446155. OLE color: 14446155.
HSL color Cylindrical-coordinate representation of color #4B6EDC: hue angle of 225.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6EDC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 110 | 220 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.14 |
| HSL | 225.52º | 0.67% | 0.58% | - |
| HSV(B) | 225.52º | 0.66% | 0.86% | - |
| XYZ | 21.4 | 17.82 | 70.02 | - |
| YUV | 112.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 220 | 0.66 | 0.50 | 0 | 0.14 | 225.52 | 0.67 | 0.58 |
| Hex | 4B | 6E | DC | 42 | 32 | 0 | E | E2 | 43 | 3A |
| Octal | 113 | 156 | 334 | 102 | 62 | 0 | 16 | 342 | 103 | 72 |
| Binary | 1001011 | 1101110 | 11011100 | 1000010 | 110010 | 0 | 1110 | 11100010 | 1000011 | 111010 |
Color Harmonies of #4B6EDC
Complementary color
Monochromatic Colors of #4B6EDC
Black with #4B6EDC
Text Example
Text Example
White with #4B6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6EDC; }
p { color: rgb(75,110,220); }
H1.HeaderClassName
{
color: #4B6EDC;
}
.AnyTagClassName
{
color: #4B6EDC;
}
</style>
background-color css
<style>
a { background-color: #4B6EDC; }
a { background-color: rgb(75,110,220); }
div.DivClassName
{
background-color: #4B6EDC;
}
.BgClassName
{
background-color: #4B6EDC;
}
</style>
border-color css
<style>
span { border-color: #4B6EDC; }
span { border-color: rgb(75,110,220); }
td.TdClassName
{
border-color: #4B6EDC;
}
.TagClassName
{
border-color: #4B6EDC;
}
</style>