Shades of Royal Blue #4D6AFB
Tints of Royal Blue #4D6AFB
RGB
CMYK
RGB Variations
Color information
#4D6AFB (or 0x4D6AFB) is known color: Royal Blue. HEX triplet: 4D, 6A and FB. RGB value is (77,106,251). Sum of RGB (Red+Green+Blue) = 77+106+251=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6AFB is #B29504. Grayscale: #717171. Windows color (decimal): -11703557 or 16476749. OLE color: 16476749.
HSL color Cylindrical-coordinate representation of color #4D6AFB: hue angle of 230º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D6AFB is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 106 | 251 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.02 |
| HSL | 230º | 0.96% | 0.64% | - |
| HSV(B) | 230º | 0.69% | 0.98% | - |
| XYZ | 25.63 | 18.85 | 93.55 | - |
| YUV | 113.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 251 | 0.69 | 0.58 | 0 | 0.02 | 230 | 0.96 | 0.64 |
| Hex | 4D | 6A | FB | 45 | 3A | 0 | 2 | E6 | 60 | 40 |
| Octal | 115 | 152 | 373 | 105 | 72 | 0 | 2 | 346 | 140 | 100 |
| Binary | 1001101 | 1101010 | 11111011 | 1000101 | 111010 | 0 | 10 | 11100110 | 1100000 | 1000000 |
Color Harmonies of #4D6AFB
Complementary color
Monochromatic Colors of #4D6AFB
Black with #4D6AFB
Text Example
Text Example
White with #4D6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6AFB; }
p { color: rgb(77,106,251); }
H1.HeaderClassName
{
color: #4D6AFB;
}
.AnyTagClassName
{
color: #4D6AFB;
}
</style>
background-color css
<style>
a { background-color: #4D6AFB; }
a { background-color: rgb(77,106,251); }
div.DivClassName
{
background-color: #4D6AFB;
}
.BgClassName
{
background-color: #4D6AFB;
}
</style>
border-color css
<style>
span { border-color: #4D6AFB; }
span { border-color: rgb(77,106,251); }
td.TdClassName
{
border-color: #4D6AFB;
}
.TagClassName
{
border-color: #4D6AFB;
}
</style>