Shades of Royal Blue #476CDA
Tints of Royal Blue #476CDA
RGB
CMYK
RGB Variations
Color information
#476CDA (or 0x476CDA) is known color: Royal Blue. HEX triplet: 47, 6C and DA. RGB value is (71,108,218). Sum of RGB (Red+Green+Blue) = 71+108+218=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #476CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CDA is #B89325. Grayscale: #6D6D6D. Windows color (decimal): -12096294 or 14314567. OLE color: 14314567.
HSL color Cylindrical-coordinate representation of color #476CDA: hue angle of 224.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476CDA is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 108 | 218 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.15 |
| HSL | 224.9º | 0.67% | 0.57% | - |
| HSV(B) | 224.9º | 0.67% | 0.85% | - |
| XYZ | 20.62 | 17.13 | 68.55 | - |
| YUV | 109.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 218 | 0.67 | 0.50 | 0 | 0.15 | 224.9 | 0.67 | 0.57 |
| Hex | 47 | 6C | DA | 43 | 32 | 0 | F | E1 | 43 | 39 |
| Octal | 107 | 154 | 332 | 103 | 62 | 0 | 17 | 341 | 103 | 71 |
| Binary | 1000111 | 1101100 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100001 | 1000011 | 111001 |
Color Harmonies of #476CDA
Complementary color
Monochromatic Colors of #476CDA
Black with #476CDA
Text Example
Text Example
White with #476CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CDA; }
p { color: rgb(71,108,218); }
H1.HeaderClassName
{
color: #476CDA;
}
.AnyTagClassName
{
color: #476CDA;
}
</style>
background-color css
<style>
a { background-color: #476CDA; }
a { background-color: rgb(71,108,218); }
div.DivClassName
{
background-color: #476CDA;
}
.BgClassName
{
background-color: #476CDA;
}
</style>
border-color css
<style>
span { border-color: #476CDA; }
span { border-color: rgb(71,108,218); }
td.TdClassName
{
border-color: #476CDA;
}
.TagClassName
{
border-color: #476CDA;
}
</style>