Shades of Royal Blue #476BD0
Tints of Royal Blue #476BD0
RGB
CMYK
RGB Variations
Color information
#476BD0 (or 0x476BD0) is known color: Royal Blue. HEX triplet: 47, 6B and D0. RGB value is (71,107,208). Sum of RGB (Red+Green+Blue) = 71+107+208=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #476BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BD0 is #B8942F. Grayscale: #6B6B6B. Windows color (decimal): -12096560 or 13658951. OLE color: 13658951.
HSL color Cylindrical-coordinate representation of color #476BD0: hue angle of 224.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476BD0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 107 | 208 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.18 |
| HSL | 224.23º | 0.59% | 0.55% | - |
| HSV(B) | 224.23º | 0.66% | 0.82% | - |
| XYZ | 19.24 | 16.41 | 61.83 | - |
| YUV | 107.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 208 | 0.66 | 0.49 | 0 | 0.18 | 224.23 | 0.59 | 0.55 |
| Hex | 47 | 6B | D0 | 42 | 31 | 0 | 12 | E0 | 3B | 37 |
| Octal | 107 | 153 | 320 | 102 | 61 | 0 | 22 | 340 | 73 | 67 |
| Binary | 1000111 | 1101011 | 11010000 | 1000010 | 110001 | 0 | 10010 | 11100000 | 111011 | 110111 |
Color Harmonies of #476BD0
Complementary color
Monochromatic Colors of #476BD0
Black with #476BD0
Text Example
Text Example
White with #476BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BD0; }
p { color: rgb(71,107,208); }
H1.HeaderClassName
{
color: #476BD0;
}
.AnyTagClassName
{
color: #476BD0;
}
</style>
background-color css
<style>
a { background-color: #476BD0; }
a { background-color: rgb(71,107,208); }
div.DivClassName
{
background-color: #476BD0;
}
.BgClassName
{
background-color: #476BD0;
}
</style>
border-color css
<style>
span { border-color: #476BD0; }
span { border-color: rgb(71,107,208); }
td.TdClassName
{
border-color: #476BD0;
}
.TagClassName
{
border-color: #476BD0;
}
</style>