Shades of Royal Blue #476FCC
Tints of Royal Blue #476FCC
RGB
CMYK
RGB Variations
Color information
#476FCC (or 0x476FCC) is known color: Royal Blue. HEX triplet: 47, 6F and CC. RGB value is (71,111,204). Sum of RGB (Red+Green+Blue) = 71+111+204=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #476FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FCC is #B89033. Grayscale: #6D6D6D. Windows color (decimal): -12095540 or 13397831. OLE color: 13397831.
HSL color Cylindrical-coordinate representation of color #476FCC: hue angle of 221.95º 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 #476FCC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 111 | 204 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.2 |
| HSL | 221.95º | 0.57% | 0.54% | - |
| HSV(B) | 221.95º | 0.65% | 0.8% | - |
| XYZ | 19.18 | 17.07 | 59.41 | - |
| YUV | 109.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 204 | 0.65 | 0.46 | 0 | 0.2 | 221.95 | 0.57 | 0.54 |
| Hex | 47 | 6F | CC | 41 | 2E | 0 | 14 | DE | 39 | 36 |
| Octal | 107 | 157 | 314 | 101 | 56 | 0 | 24 | 336 | 71 | 66 |
| Binary | 1000111 | 1101111 | 11001100 | 1000001 | 101110 | 0 | 10100 | 11011110 | 111001 | 110110 |
Color Harmonies of #476FCC
Complementary color
Monochromatic Colors of #476FCC
Black with #476FCC
Text Example
Text Example
White with #476FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FCC; }
p { color: rgb(71,111,204); }
H1.HeaderClassName
{
color: #476FCC;
}
.AnyTagClassName
{
color: #476FCC;
}
</style>
background-color css
<style>
a { background-color: #476FCC; }
a { background-color: rgb(71,111,204); }
div.DivClassName
{
background-color: #476FCC;
}
.BgClassName
{
background-color: #476FCC;
}
</style>
border-color css
<style>
span { border-color: #476FCC; }
span { border-color: rgb(71,111,204); }
td.TdClassName
{
border-color: #476FCC;
}
.TagClassName
{
border-color: #476FCC;
}
</style>