Shades of Royal Blue #4673DF
Tints of Royal Blue #4673DF
RGB
CMYK
RGB Variations
Color information
#4673DF (or 0x4673DF) is known color: Royal Blue. HEX triplet: 46, 73 and DF. RGB value is (70,115,223). Sum of RGB (Red+Green+Blue) = 70+115+223=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #4673DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673DF is #B98C20. Grayscale: #717171. Windows color (decimal): -12160033 or 14644038. OLE color: 14644038.
HSL color Cylindrical-coordinate representation of color #4673DF: hue angle of 222.35º 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 #4673DF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 115 | 223 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.13 |
| HSL | 222.35º | 0.71% | 0.57% | - |
| HSV(B) | 222.35º | 0.69% | 0.87% | - |
| XYZ | 21.98 | 18.89 | 72.3 | - |
| YUV | 113.86 | 189.59 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 223 | 0.69 | 0.48 | 0 | 0.13 | 222.35 | 0.71 | 0.57 |
| Hex | 46 | 73 | DF | 45 | 30 | 0 | D | DE | 47 | 39 |
| Octal | 106 | 163 | 337 | 105 | 60 | 0 | 15 | 336 | 107 | 71 |
| Binary | 1000110 | 1110011 | 11011111 | 1000101 | 110000 | 0 | 1101 | 11011110 | 1000111 | 111001 |
Color Harmonies of #4673DF
Complementary color
Monochromatic Colors of #4673DF
Black with #4673DF
Text Example
Text Example
White with #4673DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673DF; }
p { color: rgb(70,115,223); }
H1.HeaderClassName
{
color: #4673DF;
}
.AnyTagClassName
{
color: #4673DF;
}
</style>
background-color css
<style>
a { background-color: #4673DF; }
a { background-color: rgb(70,115,223); }
div.DivClassName
{
background-color: #4673DF;
}
.BgClassName
{
background-color: #4673DF;
}
</style>
border-color css
<style>
span { border-color: #4673DF; }
span { border-color: rgb(70,115,223); }
td.TdClassName
{
border-color: #4673DF;
}
.TagClassName
{
border-color: #4673DF;
}
</style>