Shades of Royal Blue #4785EA
Tints of Royal Blue #4785EA
RGB
CMYK
RGB Variations
Color information
#4785EA (or 0x4785EA) is known color: Royal Blue. HEX triplet: 47, 85 and EA. RGB value is (71,133,234). Sum of RGB (Red+Green+Blue) = 71+133+234=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #4785EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4785EA is #B87A15. Grayscale: #7D7D7D. Windows color (decimal): -12089878 or 15369543. OLE color: 15369543.
HSL color Cylindrical-coordinate representation of color #4785EA: hue angle of 217.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4785EA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 133 | 234 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.08 |
| HSL | 217.18º | 0.8% | 0.6% | - |
| HSV(B) | 217.18º | 0.7% | 0.92% | - |
| XYZ | 25.84 | 24.06 | 81.12 | - |
| YUV | 125.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 234 | 0.70 | 0.43 | 0 | 0.08 | 217.18 | 0.8 | 0.6 |
| Hex | 47 | 85 | EA | 46 | 2B | 0 | 8 | D9 | 50 | 3C |
| Octal | 107 | 205 | 352 | 106 | 53 | 0 | 10 | 331 | 120 | 74 |
| Binary | 1000111 | 10000101 | 11101010 | 1000110 | 101011 | 0 | 1000 | 11011001 | 1010000 | 111100 |
Color Harmonies of #4785EA
Complementary color
Monochromatic Colors of #4785EA
Black with #4785EA
Text Example
Text Example
White with #4785EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785EA; }
p { color: rgb(71,133,234); }
H1.HeaderClassName
{
color: #4785EA;
}
.AnyTagClassName
{
color: #4785EA;
}
</style>
background-color css
<style>
a { background-color: #4785EA; }
a { background-color: rgb(71,133,234); }
div.DivClassName
{
background-color: #4785EA;
}
.BgClassName
{
background-color: #4785EA;
}
</style>
border-color css
<style>
span { border-color: #4785EA; }
span { border-color: rgb(71,133,234); }
td.TdClassName
{
border-color: #4785EA;
}
.TagClassName
{
border-color: #4785EA;
}
</style>