Shades of Royal Blue #476ACC
Tints of Royal Blue #476ACC
RGB
CMYK
RGB Variations
Color information
#476ACC (or 0x476ACC) is known color: Royal Blue. HEX triplet: 47, 6A and CC. RGB value is (71,106,204). Sum of RGB (Red+Green+Blue) = 71+106+204=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #476ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ACC is #B89533. Grayscale: #6A6A6A. Windows color (decimal): -12096820 or 13396551. OLE color: 13396551.
HSL color Cylindrical-coordinate representation of color #476ACC: hue angle of 224.21º 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 #476ACC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 106 | 204 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.2 |
| HSL | 224.21º | 0.57% | 0.54% | - |
| HSV(B) | 224.21º | 0.65% | 0.8% | - |
| XYZ | 18.65 | 16.01 | 59.23 | - |
| YUV | 106.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 204 | 0.65 | 0.48 | 0 | 0.2 | 224.21 | 0.57 | 0.54 |
| Hex | 47 | 6A | CC | 41 | 30 | 0 | 14 | E0 | 39 | 36 |
| Octal | 107 | 152 | 314 | 101 | 60 | 0 | 24 | 340 | 71 | 66 |
| Binary | 1000111 | 1101010 | 11001100 | 1000001 | 110000 | 0 | 10100 | 11100000 | 111001 | 110110 |
Color Harmonies of #476ACC
Complementary color
Monochromatic Colors of #476ACC
Black with #476ACC
Text Example
Text Example
White with #476ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ACC; }
p { color: rgb(71,106,204); }
H1.HeaderClassName
{
color: #476ACC;
}
.AnyTagClassName
{
color: #476ACC;
}
</style>
background-color css
<style>
a { background-color: #476ACC; }
a { background-color: rgb(71,106,204); }
div.DivClassName
{
background-color: #476ACC;
}
.BgClassName
{
background-color: #476ACC;
}
</style>
border-color css
<style>
span { border-color: #476ACC; }
span { border-color: rgb(71,106,204); }
td.TdClassName
{
border-color: #476ACC;
}
.TagClassName
{
border-color: #476ACC;
}
</style>