Shades of Royal Blue #4759DA
Tints of Royal Blue #4759DA
RGB
CMYK
RGB Variations
Color information
#4759DA (or 0x4759DA) is known color: Royal Blue. HEX triplet: 47, 59 and DA. RGB value is (71,89,218). Sum of RGB (Red+Green+Blue) = 71+89+218=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #4759DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4759DA is #B8A625. Grayscale: #616161. Windows color (decimal): -12101158 or 14309703. OLE color: 14309703.
HSL color Cylindrical-coordinate representation of color #4759DA: hue angle of 232.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4759DA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 89 | 218 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.15 |
| HSL | 232.65º | 0.67% | 0.57% | - |
| HSV(B) | 232.65º | 0.67% | 0.85% | - |
| XYZ | 18.83 | 13.55 | 67.95 | - |
| YUV | 98.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 218 | 0.67 | 0.59 | 0 | 0.15 | 232.65 | 0.67 | 0.57 |
| Hex | 47 | 59 | DA | 43 | 3B | 0 | F | E9 | 43 | 39 |
| Octal | 107 | 131 | 332 | 103 | 73 | 0 | 17 | 351 | 103 | 71 |
| Binary | 1000111 | 1011001 | 11011010 | 1000011 | 111011 | 0 | 1111 | 11101001 | 1000011 | 111001 |
Color Harmonies of #4759DA
Complementary color
Monochromatic Colors of #4759DA
Black with #4759DA
Text Example
Text Example
White with #4759DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4759DA; }
p { color: rgb(71,89,218); }
H1.HeaderClassName
{
color: #4759DA;
}
.AnyTagClassName
{
color: #4759DA;
}
</style>
background-color css
<style>
a { background-color: #4759DA; }
a { background-color: rgb(71,89,218); }
div.DivClassName
{
background-color: #4759DA;
}
.BgClassName
{
background-color: #4759DA;
}
</style>
border-color css
<style>
span { border-color: #4759DA; }
span { border-color: rgb(71,89,218); }
td.TdClassName
{
border-color: #4759DA;
}
.TagClassName
{
border-color: #4759DA;
}
</style>