Shades of Royal Blue #4657DF
Tints of Royal Blue #4657DF
RGB
CMYK
RGB Variations
Color information
#4657DF (or 0x4657DF) is known color: Royal Blue. HEX triplet: 46, 57 and DF. RGB value is (70,87,223). Sum of RGB (Red+Green+Blue) = 70+87+223=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #4657DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4657DF is #B9A820. Grayscale: #606060. Windows color (decimal): -12167201 or 14636870. OLE color: 14636870.
HSL color Cylindrical-coordinate representation of color #4657DF: hue angle of 233.33º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4657DF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 87 | 223 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.13 |
| HSL | 233.33º | 0.71% | 0.57% | - |
| HSV(B) | 233.33º | 0.69% | 0.87% | - |
| XYZ | 19.25 | 13.45 | 71.39 | - |
| YUV | 97.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 223 | 0.69 | 0.61 | 0 | 0.13 | 233.33 | 0.71 | 0.57 |
| Hex | 46 | 57 | DF | 45 | 3D | 0 | D | E9 | 47 | 39 |
| Octal | 106 | 127 | 337 | 105 | 75 | 0 | 15 | 351 | 107 | 71 |
| Binary | 1000110 | 1010111 | 11011111 | 1000101 | 111101 | 0 | 1101 | 11101001 | 1000111 | 111001 |
Color Harmonies of #4657DF
Complementary color
Monochromatic Colors of #4657DF
Black with #4657DF
Text Example
Text Example
White with #4657DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4657DF; }
p { color: rgb(70,87,223); }
H1.HeaderClassName
{
color: #4657DF;
}
.AnyTagClassName
{
color: #4657DF;
}
</style>
background-color css
<style>
a { background-color: #4657DF; }
a { background-color: rgb(70,87,223); }
div.DivClassName
{
background-color: #4657DF;
}
.BgClassName
{
background-color: #4657DF;
}
</style>
border-color css
<style>
span { border-color: #4657DF; }
span { border-color: rgb(70,87,223); }
td.TdClassName
{
border-color: #4657DF;
}
.TagClassName
{
border-color: #4657DF;
}
</style>