Shades of Royal Blue #4D6BFD
Tints of Royal Blue #4D6BFD
RGB
CMYK
RGB Variations
Color information
#4D6BFD (or 0x4D6BFD) is known color: Royal Blue. HEX triplet: 4D, 6B and FD. RGB value is (77,107,253). Sum of RGB (Red+Green+Blue) = 77+107+253=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6BFD is #B29402. Grayscale: #727272. Windows color (decimal): -11703299 or 16608077. OLE color: 16608077.
HSL color Cylindrical-coordinate representation of color #4D6BFD: hue angle of 229.77º 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 #4D6BFD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 107 | 253 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.01 |
| HSL | 229.77º | 0.98% | 0.65% | - |
| HSV(B) | 229.77º | 0.7% | 0.99% | - |
| XYZ | 26.05 | 19.19 | 95.26 | - |
| YUV | 114.67 | 206.06 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 253 | 0.70 | 0.58 | 0 | 0.01 | 229.77 | 0.98 | 0.65 |
| Hex | 4D | 6B | FD | 46 | 3A | 0 | 1 | E6 | 62 | 41 |
| Octal | 115 | 153 | 375 | 106 | 72 | 0 | 1 | 346 | 142 | 101 |
| Binary | 1001101 | 1101011 | 11111101 | 1000110 | 111010 | 0 | 1 | 11100110 | 1100010 | 1000001 |
Color Harmonies of #4D6BFD
Complementary color
Monochromatic Colors of #4D6BFD
Black with #4D6BFD
Text Example
Text Example
White with #4D6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6BFD; }
p { color: rgb(77,107,253); }
H1.HeaderClassName
{
color: #4D6BFD;
}
.AnyTagClassName
{
color: #4D6BFD;
}
</style>
background-color css
<style>
a { background-color: #4D6BFD; }
a { background-color: rgb(77,107,253); }
div.DivClassName
{
background-color: #4D6BFD;
}
.BgClassName
{
background-color: #4D6BFD;
}
</style>
border-color css
<style>
span { border-color: #4D6BFD; }
span { border-color: rgb(77,107,253); }
td.TdClassName
{
border-color: #4D6BFD;
}
.TagClassName
{
border-color: #4D6BFD;
}
</style>