Shades of Royal Blue #4D7BFD
Tints of Royal Blue #4D7BFD
RGB
CMYK
RGB Variations
Color information
#4D7BFD (or 0x4D7BFD) is known color: Royal Blue. HEX triplet: 4D, 7B and FD. RGB value is (77,123,253). Sum of RGB (Red+Green+Blue) = 77+123+253=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7BFD is #B28402. Grayscale: #7B7B7B. Windows color (decimal): -11699203 or 16612173. OLE color: 16612173.
HSL color Cylindrical-coordinate representation of color #4D7BFD: hue angle of 224.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D7BFD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 123 | 253 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.01 |
| HSL | 224.32º | 0.98% | 0.65% | - |
| HSV(B) | 224.32º | 0.7% | 0.99% | - |
| XYZ | 27.87 | 22.84 | 95.87 | - |
| YUV | 124.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 253 | 0.70 | 0.51 | 0 | 0.01 | 224.32 | 0.98 | 0.65 |
| Hex | 4D | 7B | FD | 46 | 33 | 0 | 1 | E0 | 62 | 41 |
| Octal | 115 | 173 | 375 | 106 | 63 | 0 | 1 | 340 | 142 | 101 |
| Binary | 1001101 | 1111011 | 11111101 | 1000110 | 110011 | 0 | 1 | 11100000 | 1100010 | 1000001 |
Color Harmonies of #4D7BFD
Complementary color
Monochromatic Colors of #4D7BFD
Black with #4D7BFD
Text Example
Text Example
White with #4D7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BFD; }
p { color: rgb(77,123,253); }
H1.HeaderClassName
{
color: #4D7BFD;
}
.AnyTagClassName
{
color: #4D7BFD;
}
</style>
background-color css
<style>
a { background-color: #4D7BFD; }
a { background-color: rgb(77,123,253); }
div.DivClassName
{
background-color: #4D7BFD;
}
.BgClassName
{
background-color: #4D7BFD;
}
</style>
border-color css
<style>
span { border-color: #4D7BFD; }
span { border-color: rgb(77,123,253); }
td.TdClassName
{
border-color: #4D7BFD;
}
.TagClassName
{
border-color: #4D7BFD;
}
</style>