Shades of Royal Blue #476FE8
Tints of Royal Blue #476FE8
RGB
CMYK
RGB Variations
Color information
#476FE8 (or 0x476FE8) is known color: Royal Blue. HEX triplet: 47, 6F and E8. RGB value is (71,111,232). Sum of RGB (Red+Green+Blue) = 71+111+232=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #476FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FE8 is #B89017. Grayscale: #707070. Windows color (decimal): -12095512 or 15232839. OLE color: 15232839.
HSL color Cylindrical-coordinate representation of color #476FE8: hue angle of 225.09º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #476FE8 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 111 | 232 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.09 |
| HSL | 225.09º | 0.78% | 0.59% | - |
| HSV(B) | 225.09º | 0.69% | 0.91% | - |
| XYZ | 22.85 | 18.53 | 78.72 | - |
| YUV | 112.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 232 | 0.69 | 0.52 | 0 | 0.09 | 225.09 | 0.78 | 0.59 |
| Hex | 47 | 6F | E8 | 45 | 34 | 0 | 9 | E1 | 4E | 3B |
| Octal | 107 | 157 | 350 | 105 | 64 | 0 | 11 | 341 | 116 | 73 |
| Binary | 1000111 | 1101111 | 11101000 | 1000101 | 110100 | 0 | 1001 | 11100001 | 1001110 | 111011 |
Color Harmonies of #476FE8
Complementary color
Monochromatic Colors of #476FE8
Black with #476FE8
Text Example
Text Example
White with #476FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FE8; }
p { color: rgb(71,111,232); }
H1.HeaderClassName
{
color: #476FE8;
}
.AnyTagClassName
{
color: #476FE8;
}
</style>
background-color css
<style>
a { background-color: #476FE8; }
a { background-color: rgb(71,111,232); }
div.DivClassName
{
background-color: #476FE8;
}
.BgClassName
{
background-color: #476FE8;
}
</style>
border-color css
<style>
span { border-color: #476FE8; }
span { border-color: rgb(71,111,232); }
td.TdClassName
{
border-color: #476FE8;
}
.TagClassName
{
border-color: #476FE8;
}
</style>