Shades of Royal Blue #4782EF
Tints of Royal Blue #4782EF
RGB
CMYK
RGB Variations
Color information
#4782EF (or 0x4782EF) is known color: Royal Blue. HEX triplet: 47, 82 and EF. RGB value is (71,130,239). Sum of RGB (Red+Green+Blue) = 71+130+239=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #4782EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4782EF is #B87D10. Grayscale: #7C7C7C. Windows color (decimal): -12090641 or 15696455. OLE color: 15696455.
HSL color Cylindrical-coordinate representation of color #4782EF: hue angle of 218.93º 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 #4782EF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 130 | 239 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.06 |
| HSL | 218.93º | 0.84% | 0.61% | - |
| HSV(B) | 218.93º | 0.7% | 0.94% | - |
| XYZ | 26.16 | 23.54 | 84.83 | - |
| YUV | 124.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 239 | 0.70 | 0.46 | 0 | 0.06 | 218.93 | 0.84 | 0.61 |
| Hex | 47 | 82 | EF | 46 | 2E | 0 | 6 | DB | 54 | 3D |
| Octal | 107 | 202 | 357 | 106 | 56 | 0 | 6 | 333 | 124 | 75 |
| Binary | 1000111 | 10000010 | 11101111 | 1000110 | 101110 | 0 | 110 | 11011011 | 1010100 | 111101 |
Color Harmonies of #4782EF
Complementary color
Monochromatic Colors of #4782EF
Black with #4782EF
Text Example
Text Example
White with #4782EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4782EF; }
p { color: rgb(71,130,239); }
H1.HeaderClassName
{
color: #4782EF;
}
.AnyTagClassName
{
color: #4782EF;
}
</style>
background-color css
<style>
a { background-color: #4782EF; }
a { background-color: rgb(71,130,239); }
div.DivClassName
{
background-color: #4782EF;
}
.BgClassName
{
background-color: #4782EF;
}
</style>
border-color css
<style>
span { border-color: #4782EF; }
span { border-color: rgb(71,130,239); }
td.TdClassName
{
border-color: #4782EF;
}
.TagClassName
{
border-color: #4782EF;
}
</style>