Shades of Royal Blue #476CDD
Tints of Royal Blue #476CDD
RGB
CMYK
RGB Variations
Color information
#476CDD (or 0x476CDD) is known color: Royal Blue. HEX triplet: 47, 6C and DD. RGB value is (71,108,221). Sum of RGB (Red+Green+Blue) = 71+108+221=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #476CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CDD is #B89322. Grayscale: #6D6D6D. Windows color (decimal): -12096291 or 14511175. OLE color: 14511175.
HSL color Cylindrical-coordinate representation of color #476CDD: hue angle of 225.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476CDD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 108 | 221 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.13 |
| HSL | 225.2º | 0.69% | 0.57% | - |
| HSV(B) | 225.2º | 0.68% | 0.87% | - |
| XYZ | 21.01 | 17.29 | 70.64 | - |
| YUV | 109.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 221 | 0.68 | 0.51 | 0 | 0.13 | 225.2 | 0.69 | 0.57 |
| Hex | 47 | 6C | DD | 44 | 33 | 0 | D | E1 | 45 | 39 |
| Octal | 107 | 154 | 335 | 104 | 63 | 0 | 15 | 341 | 105 | 71 |
| Binary | 1000111 | 1101100 | 11011101 | 1000100 | 110011 | 0 | 1101 | 11100001 | 1000101 | 111001 |
Color Harmonies of #476CDD
Complementary color
Monochromatic Colors of #476CDD
Black with #476CDD
Text Example
Text Example
White with #476CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CDD; }
p { color: rgb(71,108,221); }
H1.HeaderClassName
{
color: #476CDD;
}
.AnyTagClassName
{
color: #476CDD;
}
</style>
background-color css
<style>
a { background-color: #476CDD; }
a { background-color: rgb(71,108,221); }
div.DivClassName
{
background-color: #476CDD;
}
.BgClassName
{
background-color: #476CDD;
}
</style>
border-color css
<style>
span { border-color: #476CDD; }
span { border-color: rgb(71,108,221); }
td.TdClassName
{
border-color: #476CDD;
}
.TagClassName
{
border-color: #476CDD;
}
</style>