Shades of Royal Blue #4885E7
Tints of Royal Blue #4885E7
RGB
CMYK
RGB Variations
Color information
#4885E7 (or 0x4885E7) is known color: Royal Blue. HEX triplet: 48, 85 and E7. RGB value is (72,133,231). Sum of RGB (Red+Green+Blue) = 72+133+231=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #4885E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4885E7 is #B77A18. Grayscale: #7D7D7D. Windows color (decimal): -12024345 or 15172936. OLE color: 15172936.
HSL color Cylindrical-coordinate representation of color #4885E7: hue angle of 216.98º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4885E7 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 133 | 231 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.09 |
| HSL | 216.98º | 0.77% | 0.59% | - |
| HSV(B) | 216.98º | 0.69% | 0.91% | - |
| XYZ | 25.48 | 23.92 | 78.88 | - |
| YUV | 125.93 | 187.29 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 231 | 0.69 | 0.42 | 0 | 0.09 | 216.98 | 0.77 | 0.59 |
| Hex | 48 | 85 | E7 | 45 | 2A | 0 | 9 | D9 | 4D | 3B |
| Octal | 110 | 205 | 347 | 105 | 52 | 0 | 11 | 331 | 115 | 73 |
| Binary | 1001000 | 10000101 | 11100111 | 1000101 | 101010 | 0 | 1001 | 11011001 | 1001101 | 111011 |
Color Harmonies of #4885E7
Complementary color
Monochromatic Colors of #4885E7
Black with #4885E7
Text Example
Text Example
White with #4885E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885E7; }
p { color: rgb(72,133,231); }
H1.HeaderClassName
{
color: #4885E7;
}
.AnyTagClassName
{
color: #4885E7;
}
</style>
background-color css
<style>
a { background-color: #4885E7; }
a { background-color: rgb(72,133,231); }
div.DivClassName
{
background-color: #4885E7;
}
.BgClassName
{
background-color: #4885E7;
}
</style>
border-color css
<style>
span { border-color: #4885E7; }
span { border-color: rgb(72,133,231); }
td.TdClassName
{
border-color: #4885E7;
}
.TagClassName
{
border-color: #4885E7;
}
</style>