Shades of Royal Blue #4B73FE
Tints of Royal Blue #4B73FE
RGB
CMYK
RGB Variations
Color information
#4B73FE (or 0x4B73FE) is known color: Royal Blue. HEX triplet: 4B, 73 and FE. RGB value is (75,115,254). Sum of RGB (Red+Green+Blue) = 75+115+254=444 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.89% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B73FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B73FE is #B48C01. Grayscale: #767676. Windows color (decimal): -11832322 or 16675659. OLE color: 16675659.
HSL color Cylindrical-coordinate representation of color #4B73FE: hue angle of 226.59º 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 #4B73FE is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 115 | 254 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.00 |
| HSL | 226.59º | 0.99% | 0.65% | - |
| HSV(B) | 226.59º | 0.7% | 1% | - |
| XYZ | 26.92 | 20.91 | 96.38 | - |
| YUV | 118.89 | 204.25 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 254 | 0.70 | 0.55 | 0 | 0.00 | 226.59 | 0.99 | 0.65 |
| Hex | 4B | 73 | FE | 46 | 37 | 0 | 0 | E3 | 63 | 41 |
| Octal | 113 | 163 | 376 | 106 | 67 | 0 | 0 | 343 | 143 | 101 |
| Binary | 1001011 | 1110011 | 11111110 | 1000110 | 110111 | 0 | 0 | 11100011 | 1100011 | 1000001 |
Color Harmonies of #4B73FE
Complementary color
Monochromatic Colors of #4B73FE
Black with #4B73FE
Text Example
Text Example
White with #4B73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B73FE; }
p { color: rgb(75,115,254); }
H1.HeaderClassName
{
color: #4B73FE;
}
.AnyTagClassName
{
color: #4B73FE;
}
</style>
background-color css
<style>
a { background-color: #4B73FE; }
a { background-color: rgb(75,115,254); }
div.DivClassName
{
background-color: #4B73FE;
}
.BgClassName
{
background-color: #4B73FE;
}
</style>
border-color css
<style>
span { border-color: #4B73FE; }
span { border-color: rgb(75,115,254); }
td.TdClassName
{
border-color: #4B73FE;
}
.TagClassName
{
border-color: #4B73FE;
}
</style>