Shades of Royal Blue #4D75FE
Tints of Royal Blue #4D75FE
RGB
CMYK
RGB Variations
Color information
#4D75FE (or 0x4D75FE) is known color: Royal Blue. HEX triplet: 4D, 75 and FE. RGB value is (77,117,254). Sum of RGB (Red+Green+Blue) = 77+117+254=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D75FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75FE is #B28A01. Grayscale: #787878. Windows color (decimal): -11700738 or 16676173. OLE color: 16676173.
HSL color Cylindrical-coordinate representation of color #4D75FE: hue angle of 226.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D75FE is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 117 | 254 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.00 |
| HSL | 226.44º | 0.99% | 0.65% | - |
| HSV(B) | 226.44º | 0.7% | 1% | - |
| XYZ | 27.31 | 21.46 | 96.47 | - |
| YUV | 120.66 | 203.25 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 254 | 0.70 | 0.54 | 0 | 0.00 | 226.44 | 0.99 | 0.65 |
| Hex | 4D | 75 | FE | 46 | 36 | 0 | 0 | E2 | 63 | 41 |
| Octal | 115 | 165 | 376 | 106 | 66 | 0 | 0 | 342 | 143 | 101 |
| Binary | 1001101 | 1110101 | 11111110 | 1000110 | 110110 | 0 | 0 | 11100010 | 1100011 | 1000001 |
Color Harmonies of #4D75FE
Complementary color
Monochromatic Colors of #4D75FE
Black with #4D75FE
Text Example
Text Example
White with #4D75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D75FE; }
p { color: rgb(77,117,254); }
H1.HeaderClassName
{
color: #4D75FE;
}
.AnyTagClassName
{
color: #4D75FE;
}
</style>
background-color css
<style>
a { background-color: #4D75FE; }
a { background-color: rgb(77,117,254); }
div.DivClassName
{
background-color: #4D75FE;
}
.BgClassName
{
background-color: #4D75FE;
}
</style>
border-color css
<style>
span { border-color: #4D75FE; }
span { border-color: rgb(77,117,254); }
td.TdClassName
{
border-color: #4D75FE;
}
.TagClassName
{
border-color: #4D75FE;
}
</style>