Shades of Royal Blue #4665EF
Tints of Royal Blue #4665EF
RGB
CMYK
RGB Variations
Color information
#4665EF (or 0x4665EF) is known color: Royal Blue. HEX triplet: 46, 65 and EF. RGB value is (70,101,239). Sum of RGB (Red+Green+Blue) = 70+101+239=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #4665EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4665EF is #B99A10. Grayscale: #6A6A6A. Windows color (decimal): -12163601 or 15689030. OLE color: 15689030.
HSL color Cylindrical-coordinate representation of color #4665EF: hue angle of 228.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4665EF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 101 | 239 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.06 |
| HSL | 228.99º | 0.84% | 0.61% | - |
| HSV(B) | 228.99º | 0.71% | 0.94% | - |
| XYZ | 22.76 | 16.84 | 83.71 | - |
| YUV | 107.46 | 202.23 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 239 | 0.71 | 0.58 | 0 | 0.06 | 228.99 | 0.84 | 0.61 |
| Hex | 46 | 65 | EF | 47 | 3A | 0 | 6 | E5 | 54 | 3D |
| Octal | 106 | 145 | 357 | 107 | 72 | 0 | 6 | 345 | 124 | 75 |
| Binary | 1000110 | 1100101 | 11101111 | 1000111 | 111010 | 0 | 110 | 11100101 | 1010100 | 111101 |
Color Harmonies of #4665EF
Complementary color
Monochromatic Colors of #4665EF
Black with #4665EF
Text Example
Text Example
White with #4665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665EF; }
p { color: rgb(70,101,239); }
H1.HeaderClassName
{
color: #4665EF;
}
.AnyTagClassName
{
color: #4665EF;
}
</style>
background-color css
<style>
a { background-color: #4665EF; }
a { background-color: rgb(70,101,239); }
div.DivClassName
{
background-color: #4665EF;
}
.BgClassName
{
background-color: #4665EF;
}
</style>
border-color css
<style>
span { border-color: #4665EF; }
span { border-color: rgb(70,101,239); }
td.TdClassName
{
border-color: #4665EF;
}
.TagClassName
{
border-color: #4665EF;
}
</style>