Shades of Royal Blue #4866EE
Tints of Royal Blue #4866EE
RGB
CMYK
RGB Variations
Color information
#4866EE (or 0x4866EE) is known color: Royal Blue. HEX triplet: 48, 66 and EE. RGB value is (72,102,238). Sum of RGB (Red+Green+Blue) = 72+102+238=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #4866EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866EE is #B79911. Grayscale: #6B6B6B. Windows color (decimal): -12032274 or 15623752. OLE color: 15623752.
HSL color Cylindrical-coordinate representation of color #4866EE: hue angle of 229.16º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4866EE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 102 | 238 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.07 |
| HSL | 229.16º | 0.83% | 0.61% | - |
| HSV(B) | 229.16º | 0.7% | 0.93% | - |
| XYZ | 22.86 | 17.05 | 82.98 | - |
| YUV | 108.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 238 | 0.70 | 0.57 | 0 | 0.07 | 229.16 | 0.83 | 0.61 |
| Hex | 48 | 66 | EE | 46 | 39 | 0 | 7 | E5 | 53 | 3D |
| Octal | 110 | 146 | 356 | 106 | 71 | 0 | 7 | 345 | 123 | 75 |
| Binary | 1001000 | 1100110 | 11101110 | 1000110 | 111001 | 0 | 111 | 11100101 | 1010011 | 111101 |
Color Harmonies of #4866EE
Complementary color
Monochromatic Colors of #4866EE
Black with #4866EE
Text Example
Text Example
White with #4866EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866EE; }
p { color: rgb(72,102,238); }
H1.HeaderClassName
{
color: #4866EE;
}
.AnyTagClassName
{
color: #4866EE;
}
</style>
background-color css
<style>
a { background-color: #4866EE; }
a { background-color: rgb(72,102,238); }
div.DivClassName
{
background-color: #4866EE;
}
.BgClassName
{
background-color: #4866EE;
}
</style>
border-color css
<style>
span { border-color: #4866EE; }
span { border-color: rgb(72,102,238); }
td.TdClassName
{
border-color: #4866EE;
}
.TagClassName
{
border-color: #4866EE;
}
</style>