Shades of Royal Blue #477BEF
Tints of Royal Blue #477BEF
RGB
CMYK
RGB Variations
Color information
#477BEF (or 0x477BEF) is known color: Royal Blue. HEX triplet: 47, 7B and EF. RGB value is (71,123,239). Sum of RGB (Red+Green+Blue) = 71+123+239=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #477BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BEF is #B88410. Grayscale: #787878. Windows color (decimal): -12092433 or 15694663. OLE color: 15694663.
HSL color Cylindrical-coordinate representation of color #477BEF: hue angle of 221.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477BEF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 123 | 239 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.06 |
| HSL | 221.43º | 0.84% | 0.61% | - |
| HSV(B) | 221.43º | 0.7% | 0.94% | - |
| XYZ | 25.26 | 21.74 | 84.53 | - |
| YUV | 120.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 239 | 0.70 | 0.49 | 0 | 0.06 | 221.43 | 0.84 | 0.61 |
| Hex | 47 | 7B | EF | 46 | 31 | 0 | 6 | DD | 54 | 3D |
| Octal | 107 | 173 | 357 | 106 | 61 | 0 | 6 | 335 | 124 | 75 |
| Binary | 1000111 | 1111011 | 11101111 | 1000110 | 110001 | 0 | 110 | 11011101 | 1010100 | 111101 |
Color Harmonies of #477BEF
Complementary color
Monochromatic Colors of #477BEF
Black with #477BEF
Text Example
Text Example
White with #477BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BEF; }
p { color: rgb(71,123,239); }
H1.HeaderClassName
{
color: #477BEF;
}
.AnyTagClassName
{
color: #477BEF;
}
</style>
background-color css
<style>
a { background-color: #477BEF; }
a { background-color: rgb(71,123,239); }
div.DivClassName
{
background-color: #477BEF;
}
.BgClassName
{
background-color: #477BEF;
}
</style>
border-color css
<style>
span { border-color: #477BEF; }
span { border-color: rgb(71,123,239); }
td.TdClassName
{
border-color: #477BEF;
}
.TagClassName
{
border-color: #477BEF;
}
</style>