Shades of Royal Blue #4579ED
Tints of Royal Blue #4579ED
RGB
CMYK
RGB Variations
Color information
#4579ED (or 0x4579ED) is known color: Royal Blue. HEX triplet: 45, 79 and ED. RGB value is (69,121,237). Sum of RGB (Red+Green+Blue) = 69+121+237=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #4579ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4579ED is #BA8612. Grayscale: #767676. Windows color (decimal): -12224019 or 15563077. OLE color: 15563077.
HSL color Cylindrical-coordinate representation of color #4579ED: hue angle of 221.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4579ED is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 121 | 237 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.07 |
| HSL | 221.43º | 0.82% | 0.6% | - |
| HSV(B) | 221.43º | 0.71% | 0.93% | - |
| XYZ | 24.58 | 21.05 | 82.89 | - |
| YUV | 118.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 237 | 0.71 | 0.49 | 0 | 0.07 | 221.43 | 0.82 | 0.6 |
| Hex | 45 | 79 | ED | 47 | 31 | 0 | 7 | DD | 52 | 3C |
| Octal | 105 | 171 | 355 | 107 | 61 | 0 | 7 | 335 | 122 | 74 |
| Binary | 1000101 | 1111001 | 11101101 | 1000111 | 110001 | 0 | 111 | 11011101 | 1010010 | 111100 |
Color Harmonies of #4579ED
Complementary color
Monochromatic Colors of #4579ED
Black with #4579ED
Text Example
Text Example
White with #4579ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4579ED; }
p { color: rgb(69,121,237); }
H1.HeaderClassName
{
color: #4579ED;
}
.AnyTagClassName
{
color: #4579ED;
}
</style>
background-color css
<style>
a { background-color: #4579ED; }
a { background-color: rgb(69,121,237); }
div.DivClassName
{
background-color: #4579ED;
}
.BgClassName
{
background-color: #4579ED;
}
</style>
border-color css
<style>
span { border-color: #4579ED; }
span { border-color: rgb(69,121,237); }
td.TdClassName
{
border-color: #4579ED;
}
.TagClassName
{
border-color: #4579ED;
}
</style>