Shades of Royal Blue #4B7BFD
Tints of Royal Blue #4B7BFD
RGB
CMYK
RGB Variations
Color information
#4B7BFD (or 0x4B7BFD) is known color: Royal Blue. HEX triplet: 4B, 7B and FD. RGB value is (75,123,253). Sum of RGB (Red+Green+Blue) = 75+123+253=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B7BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7BFD is #B48402. Grayscale: #7A7A7A. Windows color (decimal): -11830275 or 16612171. OLE color: 16612171.
HSL color Cylindrical-coordinate representation of color #4B7BFD: hue angle of 223.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7BFD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 123 | 253 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.01 |
| HSL | 223.82º | 0.98% | 0.64% | - |
| HSV(B) | 223.82º | 0.7% | 0.99% | - |
| XYZ | 27.71 | 22.75 | 95.86 | - |
| YUV | 123.47 | 201.1 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 253 | 0.70 | 0.51 | 0 | 0.01 | 223.82 | 0.98 | 0.64 |
| Hex | 4B | 7B | FD | 46 | 33 | 0 | 1 | E0 | 62 | 40 |
| Octal | 113 | 173 | 375 | 106 | 63 | 0 | 1 | 340 | 142 | 100 |
| Binary | 1001011 | 1111011 | 11111101 | 1000110 | 110011 | 0 | 1 | 11100000 | 1100010 | 1000000 |
Color Harmonies of #4B7BFD
Complementary color
Monochromatic Colors of #4B7BFD
Black with #4B7BFD
Text Example
Text Example
White with #4B7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BFD; }
p { color: rgb(75,123,253); }
H1.HeaderClassName
{
color: #4B7BFD;
}
.AnyTagClassName
{
color: #4B7BFD;
}
</style>
background-color css
<style>
a { background-color: #4B7BFD; }
a { background-color: rgb(75,123,253); }
div.DivClassName
{
background-color: #4B7BFD;
}
.BgClassName
{
background-color: #4B7BFD;
}
</style>
border-color css
<style>
span { border-color: #4B7BFD; }
span { border-color: rgb(75,123,253); }
td.TdClassName
{
border-color: #4B7BFD;
}
.TagClassName
{
border-color: #4B7BFD;
}
</style>