Shades of Royal Blue #4B7BF7
Tints of Royal Blue #4B7BF7
RGB
CMYK
RGB Variations
Color information
#4B7BF7 (or 0x4B7BF7) is known color: Royal Blue. HEX triplet: 4B, 7B and F7. RGB value is (75,123,247). Sum of RGB (Red+Green+Blue) = 75+123+247=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #4B7BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7BF7 is #B48408. Grayscale: #7A7A7A. Windows color (decimal): -11830281 or 16218955. OLE color: 16218955.
HSL color Cylindrical-coordinate representation of color #4B7BF7: hue angle of 223.26º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7BF7 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 123 | 247 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.03 |
| HSL | 223.26º | 0.91% | 0.63% | - |
| HSV(B) | 223.26º | 0.7% | 0.97% | - |
| XYZ | 26.77 | 22.38 | 90.9 | - |
| YUV | 122.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 247 | 0.70 | 0.50 | 0 | 0.03 | 223.26 | 0.91 | 0.63 |
| Hex | 4B | 7B | F7 | 46 | 32 | 0 | 3 | DF | 5B | 3F |
| Octal | 113 | 173 | 367 | 106 | 62 | 0 | 3 | 337 | 133 | 77 |
| Binary | 1001011 | 1111011 | 11110111 | 1000110 | 110010 | 0 | 11 | 11011111 | 1011011 | 111111 |
Color Harmonies of #4B7BF7
Complementary color
Monochromatic Colors of #4B7BF7
Black with #4B7BF7
Text Example
Text Example
White with #4B7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BF7; }
p { color: rgb(75,123,247); }
H1.HeaderClassName
{
color: #4B7BF7;
}
.AnyTagClassName
{
color: #4B7BF7;
}
</style>
background-color css
<style>
a { background-color: #4B7BF7; }
a { background-color: rgb(75,123,247); }
div.DivClassName
{
background-color: #4B7BF7;
}
.BgClassName
{
background-color: #4B7BF7;
}
</style>
border-color css
<style>
span { border-color: #4B7BF7; }
span { border-color: rgb(75,123,247); }
td.TdClassName
{
border-color: #4B7BF7;
}
.TagClassName
{
border-color: #4B7BF7;
}
</style>