Shades of Royal Blue #4780ED
Tints of Royal Blue #4780ED
RGB
CMYK
RGB Variations
Color information
#4780ED (or 0x4780ED) is known color: Royal Blue. HEX triplet: 47, 80 and ED. RGB value is (71,128,237). Sum of RGB (Red+Green+Blue) = 71+128+237=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #4780ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4780ED is #B87F12. Grayscale: #7A7A7A. Windows color (decimal): -12091155 or 15564871. OLE color: 15564871.
HSL color Cylindrical-coordinate representation of color #4780ED: hue angle of 219.4º 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 #4780ED is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 128 | 237 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.07 |
| HSL | 219.4º | 0.82% | 0.6% | - |
| HSV(B) | 219.4º | 0.7% | 0.93% | - |
| XYZ | 25.6 | 22.89 | 83.19 | - |
| YUV | 123.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 237 | 0.70 | 0.46 | 0 | 0.07 | 219.4 | 0.82 | 0.6 |
| Hex | 47 | 80 | ED | 46 | 2E | 0 | 7 | DB | 52 | 3C |
| Octal | 107 | 200 | 355 | 106 | 56 | 0 | 7 | 333 | 122 | 74 |
| Binary | 1000111 | 10000000 | 11101101 | 1000110 | 101110 | 0 | 111 | 11011011 | 1010010 | 111100 |
Color Harmonies of #4780ED
Complementary color
Monochromatic Colors of #4780ED
Black with #4780ED
Text Example
Text Example
White with #4780ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780ED; }
p { color: rgb(71,128,237); }
H1.HeaderClassName
{
color: #4780ED;
}
.AnyTagClassName
{
color: #4780ED;
}
</style>
background-color css
<style>
a { background-color: #4780ED; }
a { background-color: rgb(71,128,237); }
div.DivClassName
{
background-color: #4780ED;
}
.BgClassName
{
background-color: #4780ED;
}
</style>
border-color css
<style>
span { border-color: #4780ED; }
span { border-color: rgb(71,128,237); }
td.TdClassName
{
border-color: #4780ED;
}
.TagClassName
{
border-color: #4780ED;
}
</style>