Shades of Royal Blue #4F7BEB
Tints of Royal Blue #4F7BEB
RGB
CMYK
RGB Variations
Color information
#4F7BEB (or 0x4F7BEB) is known color: Royal Blue. HEX triplet: 4F, 7B and EB. RGB value is (79,123,235). Sum of RGB (Red+Green+Blue) = 79+123+235=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F7BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7BEB is #B08414. Grayscale: #7A7A7A. Windows color (decimal): -11568149 or 15432527. OLE color: 15432527.
HSL color Cylindrical-coordinate representation of color #4F7BEB: hue angle of 223.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F7BEB is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 123 | 235 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.08 |
| HSL | 223.08º | 0.8% | 0.62% | - |
| HSV(B) | 223.08º | 0.66% | 0.92% | - |
| XYZ | 25.3 | 21.83 | 81.48 | - |
| YUV | 122.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 235 | 0.66 | 0.48 | 0 | 0.08 | 223.08 | 0.8 | 0.62 |
| Hex | 4F | 7B | EB | 42 | 30 | 0 | 8 | DF | 50 | 3E |
| Octal | 117 | 173 | 353 | 102 | 60 | 0 | 10 | 337 | 120 | 76 |
| Binary | 1001111 | 1111011 | 11101011 | 1000010 | 110000 | 0 | 1000 | 11011111 | 1010000 | 111110 |
Color Harmonies of #4F7BEB
Complementary color
Monochromatic Colors of #4F7BEB
Black with #4F7BEB
Text Example
Text Example
White with #4F7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BEB; }
p { color: rgb(79,123,235); }
H1.HeaderClassName
{
color: #4F7BEB;
}
.AnyTagClassName
{
color: #4F7BEB;
}
</style>
background-color css
<style>
a { background-color: #4F7BEB; }
a { background-color: rgb(79,123,235); }
div.DivClassName
{
background-color: #4F7BEB;
}
.BgClassName
{
background-color: #4F7BEB;
}
</style>
border-color css
<style>
span { border-color: #4F7BEB; }
span { border-color: rgb(79,123,235); }
td.TdClassName
{
border-color: #4F7BEB;
}
.TagClassName
{
border-color: #4F7BEB;
}
</style>