Shades of Royal Blue #4885E1
Tints of Royal Blue #4885E1
RGB
CMYK
RGB Variations
Color information
#4885E1 (or 0x4885E1) is known color: Royal Blue. HEX triplet: 48, 85 and E1. RGB value is (72,133,225). Sum of RGB (Red+Green+Blue) = 72+133+225=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #4885E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885E1 is #B77A1E. Grayscale: #7C7C7C. Windows color (decimal): -12024351 or 14779720. OLE color: 14779720.
HSL color Cylindrical-coordinate representation of color #4885E1: hue angle of 216.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4885E1 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 133 | 225 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.12 |
| HSL | 216.08º | 0.72% | 0.58% | - |
| HSV(B) | 216.08º | 0.68% | 0.88% | - |
| XYZ | 24.65 | 23.59 | 74.49 | - |
| YUV | 125.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 225 | 0.68 | 0.41 | 0 | 0.12 | 216.08 | 0.72 | 0.58 |
| Hex | 48 | 85 | E1 | 44 | 29 | 0 | C | D8 | 48 | 3A |
| Octal | 110 | 205 | 341 | 104 | 51 | 0 | 14 | 330 | 110 | 72 |
| Binary | 1001000 | 10000101 | 11100001 | 1000100 | 101001 | 0 | 1100 | 11011000 | 1001000 | 111010 |
Color Harmonies of #4885E1
Complementary color
Monochromatic Colors of #4885E1
Black with #4885E1
Text Example
Text Example
White with #4885E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885E1; }
p { color: rgb(72,133,225); }
H1.HeaderClassName
{
color: #4885E1;
}
.AnyTagClassName
{
color: #4885E1;
}
</style>
background-color css
<style>
a { background-color: #4885E1; }
a { background-color: rgb(72,133,225); }
div.DivClassName
{
background-color: #4885E1;
}
.BgClassName
{
background-color: #4885E1;
}
</style>
border-color css
<style>
span { border-color: #4885E1; }
span { border-color: rgb(72,133,225); }
td.TdClassName
{
border-color: #4885E1;
}
.TagClassName
{
border-color: #4885E1;
}
</style>