Shades of Royal Blue #4666ED
Tints of Royal Blue #4666ED
RGB
CMYK
RGB Variations
Color information
#4666ED (or 0x4666ED) is known color: Royal Blue. HEX triplet: 46, 66 and ED. RGB value is (70,102,237). Sum of RGB (Red+Green+Blue) = 70+102+237=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #4666ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4666ED is #B99912. Grayscale: #6B6B6B. Windows color (decimal): -12163347 or 15558214. OLE color: 15558214.
HSL color Cylindrical-coordinate representation of color #4666ED: hue angle of 228.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4666ED is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 102 | 237 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.07 |
| HSL | 228.5º | 0.82% | 0.6% | - |
| HSV(B) | 228.5º | 0.7% | 0.93% | - |
| XYZ | 22.56 | 16.92 | 82.2 | - |
| YUV | 107.82 | 200.9 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 237 | 0.70 | 0.57 | 0 | 0.07 | 228.5 | 0.82 | 0.6 |
| Hex | 46 | 66 | ED | 46 | 39 | 0 | 7 | E5 | 52 | 3C |
| Octal | 106 | 146 | 355 | 106 | 71 | 0 | 7 | 345 | 122 | 74 |
| Binary | 1000110 | 1100110 | 11101101 | 1000110 | 111001 | 0 | 111 | 11100101 | 1010010 | 111100 |
Color Harmonies of #4666ED
Complementary color
Monochromatic Colors of #4666ED
Black with #4666ED
Text Example
Text Example
White with #4666ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666ED; }
p { color: rgb(70,102,237); }
H1.HeaderClassName
{
color: #4666ED;
}
.AnyTagClassName
{
color: #4666ED;
}
</style>
background-color css
<style>
a { background-color: #4666ED; }
a { background-color: rgb(70,102,237); }
div.DivClassName
{
background-color: #4666ED;
}
.BgClassName
{
background-color: #4666ED;
}
</style>
border-color css
<style>
span { border-color: #4666ED; }
span { border-color: rgb(70,102,237); }
td.TdClassName
{
border-color: #4666ED;
}
.TagClassName
{
border-color: #4666ED;
}
</style>