Shades of Royal Blue #477BED
Tints of Royal Blue #477BED
RGB
CMYK
RGB Variations
Color information
#477BED (or 0x477BED) is known color: Royal Blue. HEX triplet: 47, 7B and ED. RGB value is (71,123,237). Sum of RGB (Red+Green+Blue) = 71+123+237=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #477BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BED is #B88412. Grayscale: #777777. Windows color (decimal): -12092435 or 15563591. OLE color: 15563591.
HSL color Cylindrical-coordinate representation of color #477BED: hue angle of 221.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477BED is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 123 | 237 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.07 |
| HSL | 221.2º | 0.82% | 0.6% | - |
| HSV(B) | 221.2º | 0.7% | 0.93% | - |
| XYZ | 24.97 | 21.62 | 82.98 | - |
| YUV | 120.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 237 | 0.70 | 0.48 | 0 | 0.07 | 221.2 | 0.82 | 0.6 |
| Hex | 47 | 7B | ED | 46 | 30 | 0 | 7 | DD | 52 | 3C |
| Octal | 107 | 173 | 355 | 106 | 60 | 0 | 7 | 335 | 122 | 74 |
| Binary | 1000111 | 1111011 | 11101101 | 1000110 | 110000 | 0 | 111 | 11011101 | 1010010 | 111100 |
Color Harmonies of #477BED
Complementary color
Monochromatic Colors of #477BED
Black with #477BED
Text Example
Text Example
White with #477BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BED; }
p { color: rgb(71,123,237); }
H1.HeaderClassName
{
color: #477BED;
}
.AnyTagClassName
{
color: #477BED;
}
</style>
background-color css
<style>
a { background-color: #477BED; }
a { background-color: rgb(71,123,237); }
div.DivClassName
{
background-color: #477BED;
}
.BgClassName
{
background-color: #477BED;
}
</style>
border-color css
<style>
span { border-color: #477BED; }
span { border-color: rgb(71,123,237); }
td.TdClassName
{
border-color: #477BED;
}
.TagClassName
{
border-color: #477BED;
}
</style>