Shades of Royal Blue #4758DE
Tints of Royal Blue #4758DE
RGB
CMYK
RGB Variations
Color information
#4758DE (or 0x4758DE) is known color: Royal Blue. HEX triplet: 47, 58 and DE. RGB value is (71,88,222). Sum of RGB (Red+Green+Blue) = 71+88+222=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #4758DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758DE is #B8A721. Grayscale: #616161. Windows color (decimal): -12101410 or 14571591. OLE color: 14571591.
HSL color Cylindrical-coordinate representation of color #4758DE: hue angle of 233.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4758DE is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 88 | 222 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.13 |
| HSL | 233.25º | 0.7% | 0.57% | - |
| HSV(B) | 233.25º | 0.68% | 0.87% | - |
| XYZ | 19.27 | 13.59 | 70.72 | - |
| YUV | 98.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 222 | 0.68 | 0.60 | 0 | 0.13 | 233.25 | 0.7 | 0.57 |
| Hex | 47 | 58 | DE | 44 | 3C | 0 | D | E9 | 46 | 39 |
| Octal | 107 | 130 | 336 | 104 | 74 | 0 | 15 | 351 | 106 | 71 |
| Binary | 1000111 | 1011000 | 11011110 | 1000100 | 111100 | 0 | 1101 | 11101001 | 1000110 | 111001 |
Color Harmonies of #4758DE
Complementary color
Monochromatic Colors of #4758DE
Black with #4758DE
Text Example
Text Example
White with #4758DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4758DE; }
p { color: rgb(71,88,222); }
H1.HeaderClassName
{
color: #4758DE;
}
.AnyTagClassName
{
color: #4758DE;
}
</style>
background-color css
<style>
a { background-color: #4758DE; }
a { background-color: rgb(71,88,222); }
div.DivClassName
{
background-color: #4758DE;
}
.BgClassName
{
background-color: #4758DE;
}
</style>
border-color css
<style>
span { border-color: #4758DE; }
span { border-color: rgb(71,88,222); }
td.TdClassName
{
border-color: #4758DE;
}
.TagClassName
{
border-color: #4758DE;
}
</style>