Shades of Royal Blue #4866ED
Tints of Royal Blue #4866ED
RGB
CMYK
RGB Variations
Color information
#4866ED (or 0x4866ED) is known color: Royal Blue. HEX triplet: 48, 66 and ED. RGB value is (72,102,237). Sum of RGB (Red+Green+Blue) = 72+102+237=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #4866ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4866ED is #B79912. Grayscale: #6B6B6B. Windows color (decimal): -12032275 or 15558216. OLE color: 15558216.
HSL color Cylindrical-coordinate representation of color #4866ED: hue angle of 229.09º degrees, saturation: 0.82, 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 #4866ED is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 102 | 237 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.07 |
| HSL | 229.09º | 0.82% | 0.61% | - |
| HSV(B) | 229.09º | 0.7% | 0.93% | - |
| XYZ | 22.71 | 16.99 | 82.2 | - |
| YUV | 108.42 | 200.56 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 237 | 0.70 | 0.57 | 0 | 0.07 | 229.09 | 0.82 | 0.61 |
| Hex | 48 | 66 | ED | 46 | 39 | 0 | 7 | E5 | 52 | 3D |
| Octal | 110 | 146 | 355 | 106 | 71 | 0 | 7 | 345 | 122 | 75 |
| Binary | 1001000 | 1100110 | 11101101 | 1000110 | 111001 | 0 | 111 | 11100101 | 1010010 | 111101 |
Color Harmonies of #4866ED
Complementary color
Monochromatic Colors of #4866ED
Black with #4866ED
Text Example
Text Example
White with #4866ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866ED; }
p { color: rgb(72,102,237); }
H1.HeaderClassName
{
color: #4866ED;
}
.AnyTagClassName
{
color: #4866ED;
}
</style>
background-color css
<style>
a { background-color: #4866ED; }
a { background-color: rgb(72,102,237); }
div.DivClassName
{
background-color: #4866ED;
}
.BgClassName
{
background-color: #4866ED;
}
</style>
border-color css
<style>
span { border-color: #4866ED; }
span { border-color: rgb(72,102,237); }
td.TdClassName
{
border-color: #4866ED;
}
.TagClassName
{
border-color: #4866ED;
}
</style>