Shades of Royal Blue #4D68EB
Tints of Royal Blue #4D68EB
RGB
CMYK
RGB Variations
Color information
#4D68EB (or 0x4D68EB) is known color: Royal Blue. HEX triplet: 4D, 68 and EB. RGB value is (77,104,235). Sum of RGB (Red+Green+Blue) = 77+104+235=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D68EB is #B29714. Grayscale: #6E6E6E. Windows color (decimal): -11704085 or 15427661. OLE color: 15427661.
HSL color Cylindrical-coordinate representation of color #4D68EB: hue angle of 229.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D68EB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 104 | 235 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.08 |
| HSL | 229.75º | 0.8% | 0.61% | - |
| HSV(B) | 229.75º | 0.67% | 0.92% | - |
| XYZ | 23.01 | 17.48 | 80.76 | - |
| YUV | 110.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 235 | 0.67 | 0.56 | 0 | 0.08 | 229.75 | 0.8 | 0.61 |
| Hex | 4D | 68 | EB | 43 | 38 | 0 | 8 | E6 | 50 | 3D |
| Octal | 115 | 150 | 353 | 103 | 70 | 0 | 10 | 346 | 120 | 75 |
| Binary | 1001101 | 1101000 | 11101011 | 1000011 | 111000 | 0 | 1000 | 11100110 | 1010000 | 111101 |
Color Harmonies of #4D68EB
Complementary color
Monochromatic Colors of #4D68EB
Black with #4D68EB
Text Example
Text Example
White with #4D68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D68EB; }
p { color: rgb(77,104,235); }
H1.HeaderClassName
{
color: #4D68EB;
}
.AnyTagClassName
{
color: #4D68EB;
}
</style>
background-color css
<style>
a { background-color: #4D68EB; }
a { background-color: rgb(77,104,235); }
div.DivClassName
{
background-color: #4D68EB;
}
.BgClassName
{
background-color: #4D68EB;
}
</style>
border-color css
<style>
span { border-color: #4D68EB; }
span { border-color: rgb(77,104,235); }
td.TdClassName
{
border-color: #4D68EB;
}
.TagClassName
{
border-color: #4D68EB;
}
</style>