Shades of Royal Blue #476CEA
Tints of Royal Blue #476CEA
RGB
CMYK
RGB Variations
Color information
#476CEA (or 0x476CEA) is known color: Royal Blue. HEX triplet: 47, 6C and EA. RGB value is (71,108,234). Sum of RGB (Red+Green+Blue) = 71+108+234=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #476CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476CEA is #B89315. Grayscale: #6E6E6E. Windows color (decimal): -12096278 or 15363143. OLE color: 15363143.
HSL color Cylindrical-coordinate representation of color #476CEA: hue angle of 226.38º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476CEA is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 108 | 234 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.08 |
| HSL | 226.38º | 0.8% | 0.6% | - |
| HSV(B) | 226.38º | 0.7% | 0.92% | - |
| XYZ | 22.81 | 18.01 | 80.11 | - |
| YUV | 111.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 234 | 0.70 | 0.54 | 0 | 0.08 | 226.38 | 0.8 | 0.6 |
| Hex | 47 | 6C | EA | 46 | 36 | 0 | 8 | E2 | 50 | 3C |
| Octal | 107 | 154 | 352 | 106 | 66 | 0 | 10 | 342 | 120 | 74 |
| Binary | 1000111 | 1101100 | 11101010 | 1000110 | 110110 | 0 | 1000 | 11100010 | 1010000 | 111100 |
Color Harmonies of #476CEA
Complementary color
Monochromatic Colors of #476CEA
Black with #476CEA
Text Example
Text Example
White with #476CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CEA; }
p { color: rgb(71,108,234); }
H1.HeaderClassName
{
color: #476CEA;
}
.AnyTagClassName
{
color: #476CEA;
}
</style>
background-color css
<style>
a { background-color: #476CEA; }
a { background-color: rgb(71,108,234); }
div.DivClassName
{
background-color: #476CEA;
}
.BgClassName
{
background-color: #476CEA;
}
</style>
border-color css
<style>
span { border-color: #476CEA; }
span { border-color: rgb(71,108,234); }
td.TdClassName
{
border-color: #476CEA;
}
.TagClassName
{
border-color: #476CEA;
}
</style>