Shades of Royal Blue #4665DF
Tints of Royal Blue #4665DF
RGB
CMYK
RGB Variations
Color information
#4665DF (or 0x4665DF) is known color: Royal Blue. HEX triplet: 46, 65 and DF. RGB value is (70,101,223). Sum of RGB (Red+Green+Blue) = 70+101+223=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #4665DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665DF is #B99A20. Grayscale: #696969. Windows color (decimal): -12163617 or 14640454. OLE color: 14640454.
HSL color Cylindrical-coordinate representation of color #4665DF: hue angle of 227.84º 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 #4665DF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 101 | 223 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.13 |
| HSL | 227.84º | 0.71% | 0.57% | - |
| HSV(B) | 227.84º | 0.69% | 0.87% | - |
| XYZ | 20.5 | 15.94 | 71.81 | - |
| YUV | 105.64 | 194.23 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 223 | 0.69 | 0.55 | 0 | 0.13 | 227.84 | 0.71 | 0.57 |
| Hex | 46 | 65 | DF | 45 | 37 | 0 | D | E4 | 47 | 39 |
| Octal | 106 | 145 | 337 | 105 | 67 | 0 | 15 | 344 | 107 | 71 |
| Binary | 1000110 | 1100101 | 11011111 | 1000101 | 110111 | 0 | 1101 | 11100100 | 1000111 | 111001 |
Color Harmonies of #4665DF
Complementary color
Monochromatic Colors of #4665DF
Black with #4665DF
Text Example
Text Example
White with #4665DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665DF; }
p { color: rgb(70,101,223); }
H1.HeaderClassName
{
color: #4665DF;
}
.AnyTagClassName
{
color: #4665DF;
}
</style>
background-color css
<style>
a { background-color: #4665DF; }
a { background-color: rgb(70,101,223); }
div.DivClassName
{
background-color: #4665DF;
}
.BgClassName
{
background-color: #4665DF;
}
</style>
border-color css
<style>
span { border-color: #4665DF; }
span { border-color: rgb(70,101,223); }
td.TdClassName
{
border-color: #4665DF;
}
.TagClassName
{
border-color: #4665DF;
}
</style>