Shades of Royal Blue #4B5FEF
Tints of Royal Blue #4B5FEF
RGB
CMYK
RGB Variations
Color information
#4B5FEF (or 0x4B5FEF) is known color: Royal Blue. HEX triplet: 4B, 5F and EF. RGB value is (75,95,239). Sum of RGB (Red+Green+Blue) = 75+95+239=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5FEF is #B4A010. Grayscale: #686868. Windows color (decimal): -11837457 or 15687499. OLE color: 15687499.
HSL color Cylindrical-coordinate representation of color #4B5FEF: hue angle of 232.68º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B5FEF is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 95 | 239 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.06 |
| HSL | 232.68º | 0.84% | 0.62% | - |
| HSV(B) | 232.68º | 0.69% | 0.94% | - |
| XYZ | 22.57 | 15.91 | 83.54 | - |
| YUV | 105.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 95 | 239 | 0.69 | 0.60 | 0 | 0.06 | 232.68 | 0.84 | 0.62 |
| Hex | 4B | 5F | EF | 45 | 3C | 0 | 6 | E9 | 54 | 3E |
| Octal | 113 | 137 | 357 | 105 | 74 | 0 | 6 | 351 | 124 | 76 |
| Binary | 1001011 | 1011111 | 11101111 | 1000101 | 111100 | 0 | 110 | 11101001 | 1010100 | 111110 |
Color Harmonies of #4B5FEF
Complementary color
Monochromatic Colors of #4B5FEF
Black with #4B5FEF
Text Example
Text Example
White with #4B5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5FEF; }
p { color: rgb(75,95,239); }
H1.HeaderClassName
{
color: #4B5FEF;
}
.AnyTagClassName
{
color: #4B5FEF;
}
</style>
background-color css
<style>
a { background-color: #4B5FEF; }
a { background-color: rgb(75,95,239); }
div.DivClassName
{
background-color: #4B5FEF;
}
.BgClassName
{
background-color: #4B5FEF;
}
</style>
border-color css
<style>
span { border-color: #4B5FEF; }
span { border-color: rgb(75,95,239); }
td.TdClassName
{
border-color: #4B5FEF;
}
.TagClassName
{
border-color: #4B5FEF;
}
</style>