Shades of Royal Blue #4B7BFA
Tints of Royal Blue #4B7BFA
RGB
CMYK
RGB Variations
Color information
#4B7BFA (or 0x4B7BFA) is known color: Royal Blue. HEX triplet: 4B, 7B and FA. RGB value is (75,123,250). Sum of RGB (Red+Green+Blue) = 75+123+250=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B7BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7BFA is #B48405. Grayscale: #7A7A7A. Windows color (decimal): -11830278 or 16415563. OLE color: 16415563.
HSL color Cylindrical-coordinate representation of color #4B7BFA: hue angle of 223.54º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7BFA is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 123 | 250 | - |
| CMYK | 0.7 | 0.51 | 0 | 0.02 |
| HSL | 223.54º | 0.95% | 0.64% | - |
| HSV(B) | 223.54º | 0.7% | 0.98% | - |
| XYZ | 27.24 | 22.56 | 93.36 | - |
| YUV | 123.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 250 | 0.7 | 0.51 | 0 | 0.02 | 223.54 | 0.95 | 0.64 |
| Hex | 4B | 7B | FA | 46 | 33 | 0 | 2 | E0 | 5F | 40 |
| Octal | 113 | 173 | 372 | 106 | 63 | 0 | 2 | 340 | 137 | 100 |
| Binary | 1001011 | 1111011 | 11111010 | 1000110 | 110011 | 0 | 10 | 11100000 | 1011111 | 1000000 |
Color Harmonies of #4B7BFA
Complementary color
Monochromatic Colors of #4B7BFA
Black with #4B7BFA
Text Example
Text Example
White with #4B7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BFA; }
p { color: rgb(75,123,250); }
H1.HeaderClassName
{
color: #4B7BFA;
}
.AnyTagClassName
{
color: #4B7BFA;
}
</style>
background-color css
<style>
a { background-color: #4B7BFA; }
a { background-color: rgb(75,123,250); }
div.DivClassName
{
background-color: #4B7BFA;
}
.BgClassName
{
background-color: #4B7BFA;
}
</style>
border-color css
<style>
span { border-color: #4B7BFA; }
span { border-color: rgb(75,123,250); }
td.TdClassName
{
border-color: #4B7BFA;
}
.TagClassName
{
border-color: #4B7BFA;
}
</style>