Shades of Royal Blue #4780FE
Tints of Royal Blue #4780FE
RGB
CMYK
RGB Variations
Color information
#4780FE (or 0x4780FE) is known color: Royal Blue. HEX triplet: 47, 80 and FE. RGB value is (71,128,254). Sum of RGB (Red+Green+Blue) = 71+128+254=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #4780FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4780FE is #B87F01. Grayscale: #7C7C7C. Windows color (decimal): -12091138 or 16678983. OLE color: 16678983.
HSL color Cylindrical-coordinate representation of color #4780FE: hue angle of 221.31º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4780FE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 128 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.31º | 0.99% | 0.64% | - |
| HSV(B) | 221.31º | 0.72% | 1% | - |
| XYZ | 28.21 | 23.93 | 96.9 | - |
| YUV | 125.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.31 | 0.99 | 0.64 |
| Hex | 47 | 80 | FE | 48 | 32 | 0 | 0 | DD | 63 | 40 |
| Octal | 107 | 200 | 376 | 110 | 62 | 0 | 0 | 335 | 143 | 100 |
| Binary | 1000111 | 10000000 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011101 | 1100011 | 1000000 |
Color Harmonies of #4780FE
Complementary color
Monochromatic Colors of #4780FE
Black with #4780FE
Text Example
Text Example
White with #4780FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780FE; }
p { color: rgb(71,128,254); }
H1.HeaderClassName
{
color: #4780FE;
}
.AnyTagClassName
{
color: #4780FE;
}
</style>
background-color css
<style>
a { background-color: #4780FE; }
a { background-color: rgb(71,128,254); }
div.DivClassName
{
background-color: #4780FE;
}
.BgClassName
{
background-color: #4780FE;
}
</style>
border-color css
<style>
span { border-color: #4780FE; }
span { border-color: rgb(71,128,254); }
td.TdClassName
{
border-color: #4780FE;
}
.TagClassName
{
border-color: #4780FE;
}
</style>