Shades of Royal Blue #4663E6
Tints of Royal Blue #4663E6
RGB
CMYK
RGB Variations
Color information
#4663E6 (or 0x4663E6) is known color: Royal Blue. HEX triplet: 46, 63 and E6. RGB value is (70,99,230). Sum of RGB (Red+Green+Blue) = 70+99+230=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #4663E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4663E6 is #B99C19. Grayscale: #686868. Windows color (decimal): -12164122 or 15098694. OLE color: 15098694.
HSL color Cylindrical-coordinate representation of color #4663E6: hue angle of 229.12º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4663E6 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 99 | 230 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.10 |
| HSL | 229.13º | 0.76% | 0.59% | - |
| HSV(B) | 229.13º | 0.7% | 0.9% | - |
| XYZ | 21.27 | 15.94 | 76.82 | - |
| YUV | 105.26 | 198.39 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 230 | 0.70 | 0.57 | 0 | 0.10 | 229.13 | 0.76 | 0.59 |
| Hex | 46 | 63 | E6 | 46 | 39 | 0 | A | E5 | 4C | 3B |
| Octal | 106 | 143 | 346 | 106 | 71 | 0 | 12 | 345 | 114 | 73 |
| Binary | 1000110 | 1100011 | 11100110 | 1000110 | 111001 | 0 | 1010 | 11100101 | 1001100 | 111011 |
Color Harmonies of #4663E6
Complementary color
Monochromatic Colors of #4663E6
Black with #4663E6
Text Example
Text Example
White with #4663E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663E6; }
p { color: rgb(70,99,230); }
H1.HeaderClassName
{
color: #4663E6;
}
.AnyTagClassName
{
color: #4663E6;
}
</style>
background-color css
<style>
a { background-color: #4663E6; }
a { background-color: rgb(70,99,230); }
div.DivClassName
{
background-color: #4663E6;
}
.BgClassName
{
background-color: #4663E6;
}
</style>
border-color css
<style>
span { border-color: #4663E6; }
span { border-color: rgb(70,99,230); }
td.TdClassName
{
border-color: #4663E6;
}
.TagClassName
{
border-color: #4663E6;
}
</style>