Shades of Royal Blue #4B63EC
Tints of Royal Blue #4B63EC
RGB
CMYK
RGB Variations
Color information
#4B63EC (or 0x4B63EC) is known color: Royal Blue. HEX triplet: 4B, 63 and EC. RGB value is (75,99,236). Sum of RGB (Red+Green+Blue) = 75+99+236=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B63EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B63EC is #B49C13. Grayscale: #6A6A6A. Windows color (decimal): -11836436 or 15491915. OLE color: 15491915.
HSL color Cylindrical-coordinate representation of color #4B63EC: hue angle of 231.06º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B63EC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 99 | 236 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.07 |
| HSL | 231.06º | 0.81% | 0.61% | - |
| HSV(B) | 231.06º | 0.68% | 0.93% | - |
| XYZ | 22.5 | 16.48 | 81.35 | - |
| YUV | 107.44 | 200.55 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 236 | 0.68 | 0.58 | 0 | 0.07 | 231.06 | 0.81 | 0.61 |
| Hex | 4B | 63 | EC | 44 | 3A | 0 | 7 | E7 | 51 | 3D |
| Octal | 113 | 143 | 354 | 104 | 72 | 0 | 7 | 347 | 121 | 75 |
| Binary | 1001011 | 1100011 | 11101100 | 1000100 | 111010 | 0 | 111 | 11100111 | 1010001 | 111101 |
Color Harmonies of #4B63EC
Complementary color
Monochromatic Colors of #4B63EC
Black with #4B63EC
Text Example
Text Example
White with #4B63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B63EC; }
p { color: rgb(75,99,236); }
H1.HeaderClassName
{
color: #4B63EC;
}
.AnyTagClassName
{
color: #4B63EC;
}
</style>
background-color css
<style>
a { background-color: #4B63EC; }
a { background-color: rgb(75,99,236); }
div.DivClassName
{
background-color: #4B63EC;
}
.BgClassName
{
background-color: #4B63EC;
}
</style>
border-color css
<style>
span { border-color: #4B63EC; }
span { border-color: rgb(75,99,236); }
td.TdClassName
{
border-color: #4B63EC;
}
.TagClassName
{
border-color: #4B63EC;
}
</style>