Shades of Royal Blue #4F7BEE
Tints of Royal Blue #4F7BEE
RGB
CMYK
RGB Variations
Color information
#4F7BEE (or 0x4F7BEE) is known color: Royal Blue. HEX triplet: 4F, 7B and EE. RGB value is (79,123,238). Sum of RGB (Red+Green+Blue) = 79+123+238=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F7BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7BEE is #B08411. Grayscale: #7A7A7A. Windows color (decimal): -11568146 or 15629135. OLE color: 15629135.
HSL color Cylindrical-coordinate representation of color #4F7BEE: hue angle of 223.4º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F7BEE is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 123 | 238 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.07 |
| HSL | 223.4º | 0.82% | 0.62% | - |
| HSV(B) | 223.4º | 0.67% | 0.93% | - |
| XYZ | 25.74 | 22 | 83.78 | - |
| YUV | 122.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 238 | 0.67 | 0.48 | 0 | 0.07 | 223.4 | 0.82 | 0.62 |
| Hex | 4F | 7B | EE | 43 | 30 | 0 | 7 | DF | 52 | 3E |
| Octal | 117 | 173 | 356 | 103 | 60 | 0 | 7 | 337 | 122 | 76 |
| Binary | 1001111 | 1111011 | 11101110 | 1000011 | 110000 | 0 | 111 | 11011111 | 1010010 | 111110 |
Color Harmonies of #4F7BEE
Complementary color
Monochromatic Colors of #4F7BEE
Black with #4F7BEE
Text Example
Text Example
White with #4F7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BEE; }
p { color: rgb(79,123,238); }
H1.HeaderClassName
{
color: #4F7BEE;
}
.AnyTagClassName
{
color: #4F7BEE;
}
</style>
background-color css
<style>
a { background-color: #4F7BEE; }
a { background-color: rgb(79,123,238); }
div.DivClassName
{
background-color: #4F7BEE;
}
.BgClassName
{
background-color: #4F7BEE;
}
</style>
border-color css
<style>
span { border-color: #4F7BEE; }
span { border-color: rgb(79,123,238); }
td.TdClassName
{
border-color: #4F7BEE;
}
.TagClassName
{
border-color: #4F7BEE;
}
</style>