Shades of Royal Blue #4673D6
Tints of Royal Blue #4673D6
RGB
CMYK
RGB Variations
Color information
#4673D6 (or 0x4673D6) is known color: Royal Blue. HEX triplet: 46, 73 and D6. RGB value is (70,115,214). Sum of RGB (Red+Green+Blue) = 70+115+214=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #4673D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673D6 is #B98C29. Grayscale: #707070. Windows color (decimal): -12160042 or 14054214. OLE color: 14054214.
HSL color Cylindrical-coordinate representation of color #4673D6: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4673D6 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 115 | 214 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.16 |
| HSL | 221.25º | 0.64% | 0.56% | - |
| HSV(B) | 221.25º | 0.67% | 0.84% | - |
| XYZ | 20.79 | 18.42 | 66.08 | - |
| YUV | 112.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 214 | 0.67 | 0.46 | 0 | 0.16 | 221.25 | 0.64 | 0.56 |
| Hex | 46 | 73 | D6 | 43 | 2E | 0 | 10 | DD | 40 | 38 |
| Octal | 106 | 163 | 326 | 103 | 56 | 0 | 20 | 335 | 100 | 70 |
| Binary | 1000110 | 1110011 | 11010110 | 1000011 | 101110 | 0 | 10000 | 11011101 | 1000000 | 111000 |
Color Harmonies of #4673D6
Complementary color
Monochromatic Colors of #4673D6
Black with #4673D6
Text Example
Text Example
White with #4673D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673D6; }
p { color: rgb(70,115,214); }
H1.HeaderClassName
{
color: #4673D6;
}
.AnyTagClassName
{
color: #4673D6;
}
</style>
background-color css
<style>
a { background-color: #4673D6; }
a { background-color: rgb(70,115,214); }
div.DivClassName
{
background-color: #4673D6;
}
.BgClassName
{
background-color: #4673D6;
}
</style>
border-color css
<style>
span { border-color: #4673D6; }
span { border-color: rgb(70,115,214); }
td.TdClassName
{
border-color: #4673D6;
}
.TagClassName
{
border-color: #4673D6;
}
</style>