Shades of Royal Blue #476ECF
Tints of Royal Blue #476ECF
RGB
CMYK
RGB Variations
Color information
#476ECF (or 0x476ECF) is known color: Royal Blue. HEX triplet: 47, 6E and CF. RGB value is (71,110,207). Sum of RGB (Red+Green+Blue) = 71+110+207=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #476ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ECF is #B89130. Grayscale: #6C6C6C. Windows color (decimal): -12095793 or 13594183. OLE color: 13594183.
HSL color Cylindrical-coordinate representation of color #476ECF: hue angle of 222.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476ECF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 110 | 207 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.19 |
| HSL | 222.79º | 0.59% | 0.55% | - |
| HSV(B) | 222.79º | 0.66% | 0.81% | - |
| XYZ | 19.44 | 17 | 61.29 | - |
| YUV | 109.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 207 | 0.66 | 0.47 | 0 | 0.19 | 222.79 | 0.59 | 0.55 |
| Hex | 47 | 6E | CF | 42 | 2F | 0 | 13 | DF | 3B | 37 |
| Octal | 107 | 156 | 317 | 102 | 57 | 0 | 23 | 337 | 73 | 67 |
| Binary | 1000111 | 1101110 | 11001111 | 1000010 | 101111 | 0 | 10011 | 11011111 | 111011 | 110111 |
Color Harmonies of #476ECF
Complementary color
Monochromatic Colors of #476ECF
Black with #476ECF
Text Example
Text Example
White with #476ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ECF; }
p { color: rgb(71,110,207); }
H1.HeaderClassName
{
color: #476ECF;
}
.AnyTagClassName
{
color: #476ECF;
}
</style>
background-color css
<style>
a { background-color: #476ECF; }
a { background-color: rgb(71,110,207); }
div.DivClassName
{
background-color: #476ECF;
}
.BgClassName
{
background-color: #476ECF;
}
</style>
border-color css
<style>
span { border-color: #476ECF; }
span { border-color: rgb(71,110,207); }
td.TdClassName
{
border-color: #476ECF;
}
.TagClassName
{
border-color: #476ECF;
}
</style>