Shades of Royal Blue #4B6DFE
Tints of Royal Blue #4B6DFE
RGB
CMYK
RGB Variations
Color information
#4B6DFE (or 0x4B6DFE) is known color: Royal Blue. HEX triplet: 4B, 6D and FE. RGB value is (75,109,254). Sum of RGB (Red+Green+Blue) = 75+109+254=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6DFE is #B49201. Grayscale: #727272. Windows color (decimal): -11833858 or 16674123. OLE color: 16674123.
HSL color Cylindrical-coordinate representation of color #4B6DFE: hue angle of 228.6º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B6DFE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 109 | 254 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.00 |
| HSL | 228.6º | 0.99% | 0.65% | - |
| HSV(B) | 228.6º | 0.7% | 1% | - |
| XYZ | 26.26 | 19.59 | 96.16 | - |
| YUV | 115.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 254 | 0.70 | 0.57 | 0 | 0.00 | 228.6 | 0.99 | 0.65 |
| Hex | 4B | 6D | FE | 46 | 39 | 0 | 0 | E5 | 63 | 41 |
| Octal | 113 | 155 | 376 | 106 | 71 | 0 | 0 | 345 | 143 | 101 |
| Binary | 1001011 | 1101101 | 11111110 | 1000110 | 111001 | 0 | 0 | 11100101 | 1100011 | 1000001 |
Color Harmonies of #4B6DFE
Complementary color
Monochromatic Colors of #4B6DFE
Black with #4B6DFE
Text Example
Text Example
White with #4B6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6DFE; }
p { color: rgb(75,109,254); }
H1.HeaderClassName
{
color: #4B6DFE;
}
.AnyTagClassName
{
color: #4B6DFE;
}
</style>
background-color css
<style>
a { background-color: #4B6DFE; }
a { background-color: rgb(75,109,254); }
div.DivClassName
{
background-color: #4B6DFE;
}
.BgClassName
{
background-color: #4B6DFE;
}
</style>
border-color css
<style>
span { border-color: #4B6DFE; }
span { border-color: rgb(75,109,254); }
td.TdClassName
{
border-color: #4B6DFE;
}
.TagClassName
{
border-color: #4B6DFE;
}
</style>