Shades of Royal Blue #4780FF
Tints of Royal Blue #4780FF
RGB
CMYK
RGB Variations
Color information
#4780FF (or 0x4780FF) is known color: Royal Blue. HEX triplet: 47, 80 and FF. RGB value is (71,128,255). Sum of RGB (Red+Green+Blue) = 71+128+255=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #4780FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4780FF is #B87F00. Grayscale: #7C7C7C. Windows color (decimal): -12091137 or 16744519. OLE color: 16744519.
HSL color Cylindrical-coordinate representation of color #4780FF: hue angle of 221.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4780FF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 128 | 255 | - |
| CMYK | 0.72 | 0.50 | 0 | 0 |
| HSL | 221.41º | 1% | 0.64% | - |
| HSV(B) | 221.41º | 0.72% | 1% | - |
| XYZ | 28.37 | 24 | 97.74 | - |
| YUV | 125.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 255 | 0.72 | 0.50 | 0 | 0 | 221.41 | 1 | 0.64 |
| Hex | 47 | 80 | FF | 48 | 32 | 0 | 0 | DD | 64 | 40 |
| Octal | 107 | 200 | 377 | 110 | 62 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1000111 | 10000000 | 11111111 | 1001000 | 110010 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4780FF
Complementary color
Monochromatic Colors of #4780FF
Black with #4780FF
Text Example
Text Example
White with #4780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780FF; }
p { color: rgb(71,128,255); }
H1.HeaderClassName
{
color: #4780FF;
}
.AnyTagClassName
{
color: #4780FF;
}
</style>
background-color css
<style>
a { background-color: #4780FF; }
a { background-color: rgb(71,128,255); }
div.DivClassName
{
background-color: #4780FF;
}
.BgClassName
{
background-color: #4780FF;
}
</style>
border-color css
<style>
span { border-color: #4780FF; }
span { border-color: rgb(71,128,255); }
td.TdClassName
{
border-color: #4780FF;
}
.TagClassName
{
border-color: #4780FF;
}
</style>