Shades of Royal Blue #476CCD
Tints of Royal Blue #476CCD
RGB
CMYK
RGB Variations
Color information
#476CCD (or 0x476CCD) is known color: Royal Blue. HEX triplet: 47, 6C and CD. RGB value is (71,108,205). Sum of RGB (Red+Green+Blue) = 71+108+205=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #476CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CCD is #B89332. Grayscale: #6B6B6B. Windows color (decimal): -12096307 or 13462599. OLE color: 13462599.
HSL color Cylindrical-coordinate representation of color #476CCD: hue angle of 223.43º 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 #476CCD is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 108 | 205 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.20 |
| HSL | 223.43º | 0.57% | 0.54% | - |
| HSV(B) | 223.43º | 0.65% | 0.8% | - |
| XYZ | 18.98 | 16.47 | 59.94 | - |
| YUV | 108 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 205 | 0.65 | 0.47 | 0 | 0.20 | 223.43 | 0.57 | 0.54 |
| Hex | 47 | 6C | CD | 41 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 107 | 154 | 315 | 101 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1000111 | 1101100 | 11001101 | 1000001 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #476CCD
Complementary color
Monochromatic Colors of #476CCD
Black with #476CCD
Text Example
Text Example
White with #476CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CCD; }
p { color: rgb(71,108,205); }
H1.HeaderClassName
{
color: #476CCD;
}
.AnyTagClassName
{
color: #476CCD;
}
</style>
background-color css
<style>
a { background-color: #476CCD; }
a { background-color: rgb(71,108,205); }
div.DivClassName
{
background-color: #476CCD;
}
.BgClassName
{
background-color: #476CCD;
}
</style>
border-color css
<style>
span { border-color: #476CCD; }
span { border-color: rgb(71,108,205); }
td.TdClassName
{
border-color: #476CCD;
}
.TagClassName
{
border-color: #476CCD;
}
</style>