Shades of Royal Blue #4672DF
Tints of Royal Blue #4672DF
RGB
CMYK
RGB Variations
Color information
#4672DF (or 0x4672DF) is known color: Royal Blue. HEX triplet: 46, 72 and DF. RGB value is (70,114,223). Sum of RGB (Red+Green+Blue) = 70+114+223=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4672DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672DF is #B98D20. Grayscale: #707070. Windows color (decimal): -12160289 or 14643782. OLE color: 14643782.
HSL color Cylindrical-coordinate representation of color #4672DF: hue angle of 222.75º 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 #4672DF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 114 | 223 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.13 |
| HSL | 222.75º | 0.71% | 0.57% | - |
| HSV(B) | 222.75º | 0.69% | 0.87% | - |
| XYZ | 21.86 | 18.66 | 72.26 | - |
| YUV | 113.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 223 | 0.69 | 0.49 | 0 | 0.13 | 222.75 | 0.71 | 0.57 |
| Hex | 46 | 72 | DF | 45 | 31 | 0 | D | DF | 47 | 39 |
| Octal | 106 | 162 | 337 | 105 | 61 | 0 | 15 | 337 | 107 | 71 |
| Binary | 1000110 | 1110010 | 11011111 | 1000101 | 110001 | 0 | 1101 | 11011111 | 1000111 | 111001 |
Color Harmonies of #4672DF
Complementary color
Monochromatic Colors of #4672DF
Black with #4672DF
Text Example
Text Example
White with #4672DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672DF; }
p { color: rgb(70,114,223); }
H1.HeaderClassName
{
color: #4672DF;
}
.AnyTagClassName
{
color: #4672DF;
}
</style>
background-color css
<style>
a { background-color: #4672DF; }
a { background-color: rgb(70,114,223); }
div.DivClassName
{
background-color: #4672DF;
}
.BgClassName
{
background-color: #4672DF;
}
</style>
border-color css
<style>
span { border-color: #4672DF; }
span { border-color: rgb(70,114,223); }
td.TdClassName
{
border-color: #4672DF;
}
.TagClassName
{
border-color: #4672DF;
}
</style>