Shades of Royal Blue #476CDC
Tints of Royal Blue #476CDC
RGB
CMYK
RGB Variations
Color information
#476CDC (or 0x476CDC) is known color: Royal Blue. HEX triplet: 47, 6C and DC. RGB value is (71,108,220). Sum of RGB (Red+Green+Blue) = 71+108+220=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #476CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CDC is #B89323. Grayscale: #6D6D6D. Windows color (decimal): -12096292 or 14445639. OLE color: 14445639.
HSL color Cylindrical-coordinate representation of color #476CDC: hue angle of 225.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476CDC is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 108 | 220 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.14 |
| HSL | 225.1º | 0.68% | 0.57% | - |
| HSV(B) | 225.1º | 0.68% | 0.86% | - |
| XYZ | 20.88 | 17.23 | 69.94 | - |
| YUV | 109.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 220 | 0.68 | 0.51 | 0 | 0.14 | 225.1 | 0.68 | 0.57 |
| Hex | 47 | 6C | DC | 44 | 33 | 0 | E | E1 | 44 | 39 |
| Octal | 107 | 154 | 334 | 104 | 63 | 0 | 16 | 341 | 104 | 71 |
| Binary | 1000111 | 1101100 | 11011100 | 1000100 | 110011 | 0 | 1110 | 11100001 | 1000100 | 111001 |
Color Harmonies of #476CDC
Complementary color
Monochromatic Colors of #476CDC
Black with #476CDC
Text Example
Text Example
White with #476CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CDC; }
p { color: rgb(71,108,220); }
H1.HeaderClassName
{
color: #476CDC;
}
.AnyTagClassName
{
color: #476CDC;
}
</style>
background-color css
<style>
a { background-color: #476CDC; }
a { background-color: rgb(71,108,220); }
div.DivClassName
{
background-color: #476CDC;
}
.BgClassName
{
background-color: #476CDC;
}
</style>
border-color css
<style>
span { border-color: #476CDC; }
span { border-color: rgb(71,108,220); }
td.TdClassName
{
border-color: #476CDC;
}
.TagClassName
{
border-color: #476CDC;
}
</style>