Shades of Royal Blue #4B7CFF
Tints of Royal Blue #4B7CFF
RGB
CMYK
RGB Variations
Color information
#4B7CFF (or 0x4B7CFF) is known color: Royal Blue. HEX triplet: 4B, 7C and FF. RGB value is (75,124,255). Sum of RGB (Red+Green+Blue) = 75+124+255=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7CFF is #B48300. Grayscale: #7B7B7B. Windows color (decimal): -11830017 or 16743499. OLE color: 16743499.
HSL color Cylindrical-coordinate representation of color #4B7CFF: hue angle of 223.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B7CFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 124 | 255 | - |
| CMYK | 0.71 | 0.51 | 0 | 0 |
| HSL | 223.67º | 1% | 0.65% | - |
| HSV(B) | 223.67º | 0.71% | 1% | - |
| XYZ | 28.16 | 23.13 | 97.59 | - |
| YUV | 124.28 | 201.77 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 255 | 0.71 | 0.51 | 0 | 0 | 223.67 | 1 | 0.65 |
| Hex | 4B | 7C | FF | 47 | 33 | 0 | 0 | E0 | 64 | 41 |
| Octal | 113 | 174 | 377 | 107 | 63 | 0 | 0 | 340 | 144 | 101 |
| Binary | 1001011 | 1111100 | 11111111 | 1000111 | 110011 | 0 | 0 | 11100000 | 1100100 | 1000001 |
Color Harmonies of #4B7CFF
Complementary color
Monochromatic Colors of #4B7CFF
Black with #4B7CFF
Text Example
Text Example
White with #4B7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7CFF; }
p { color: rgb(75,124,255); }
H1.HeaderClassName
{
color: #4B7CFF;
}
.AnyTagClassName
{
color: #4B7CFF;
}
</style>
background-color css
<style>
a { background-color: #4B7CFF; }
a { background-color: rgb(75,124,255); }
div.DivClassName
{
background-color: #4B7CFF;
}
.BgClassName
{
background-color: #4B7CFF;
}
</style>
border-color css
<style>
span { border-color: #4B7CFF; }
span { border-color: rgb(75,124,255); }
td.TdClassName
{
border-color: #4B7CFF;
}
.TagClassName
{
border-color: #4B7CFF;
}
</style>