Shades of Royal Blue #476ACD
Tints of Royal Blue #476ACD
RGB
CMYK
RGB Variations
Color information
#476ACD (or 0x476ACD) is known color: Royal Blue. HEX triplet: 47, 6A and CD. RGB value is (71,106,205). Sum of RGB (Red+Green+Blue) = 71+106+205=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #476ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ACD is #B89532. Grayscale: #6A6A6A. Windows color (decimal): -12096819 or 13462087. OLE color: 13462087.
HSL color Cylindrical-coordinate representation of color #476ACD: hue angle of 224.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476ACD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 106 | 205 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.20 |
| HSL | 224.33º | 0.57% | 0.54% | - |
| HSV(B) | 224.33º | 0.65% | 0.8% | - |
| XYZ | 18.77 | 16.06 | 59.87 | - |
| YUV | 106.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 205 | 0.65 | 0.48 | 0 | 0.20 | 224.33 | 0.57 | 0.54 |
| Hex | 47 | 6A | CD | 41 | 30 | 0 | 14 | E0 | 39 | 36 |
| Octal | 107 | 152 | 315 | 101 | 60 | 0 | 24 | 340 | 71 | 66 |
| Binary | 1000111 | 1101010 | 11001101 | 1000001 | 110000 | 0 | 10100 | 11100000 | 111001 | 110110 |
Color Harmonies of #476ACD
Complementary color
Monochromatic Colors of #476ACD
Black with #476ACD
Text Example
Text Example
White with #476ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ACD; }
p { color: rgb(71,106,205); }
H1.HeaderClassName
{
color: #476ACD;
}
.AnyTagClassName
{
color: #476ACD;
}
</style>
background-color css
<style>
a { background-color: #476ACD; }
a { background-color: rgb(71,106,205); }
div.DivClassName
{
background-color: #476ACD;
}
.BgClassName
{
background-color: #476ACD;
}
</style>
border-color css
<style>
span { border-color: #476ACD; }
span { border-color: rgb(71,106,205); }
td.TdClassName
{
border-color: #476ACD;
}
.TagClassName
{
border-color: #476ACD;
}
</style>