Shades of Royal Blue #4577EE
Tints of Royal Blue #4577EE
RGB
CMYK
RGB Variations
Color information
#4577EE (or 0x4577EE) is known color: Royal Blue. HEX triplet: 45, 77 and EE. RGB value is (69,119,238). Sum of RGB (Red+Green+Blue) = 69+119+238=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #4577EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4577EE is #BA8811. Grayscale: #757575. Windows color (decimal): -12224530 or 15628101. OLE color: 15628101.
HSL color Cylindrical-coordinate representation of color #4577EE: hue angle of 222.25º degrees, saturation: 0.83, 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 #4577EE is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 119 | 238 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.07 |
| HSL | 222.25º | 0.83% | 0.6% | - |
| HSV(B) | 222.25º | 0.71% | 0.93% | - |
| XYZ | 24.48 | 20.63 | 83.58 | - |
| YUV | 117.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 238 | 0.71 | 0.50 | 0 | 0.07 | 222.25 | 0.83 | 0.6 |
| Hex | 45 | 77 | EE | 47 | 32 | 0 | 7 | DE | 53 | 3C |
| Octal | 105 | 167 | 356 | 107 | 62 | 0 | 7 | 336 | 123 | 74 |
| Binary | 1000101 | 1110111 | 11101110 | 1000111 | 110010 | 0 | 111 | 11011110 | 1010011 | 111100 |
Color Harmonies of #4577EE
Complementary color
Monochromatic Colors of #4577EE
Black with #4577EE
Text Example
Text Example
White with #4577EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4577EE; }
p { color: rgb(69,119,238); }
H1.HeaderClassName
{
color: #4577EE;
}
.AnyTagClassName
{
color: #4577EE;
}
</style>
background-color css
<style>
a { background-color: #4577EE; }
a { background-color: rgb(69,119,238); }
div.DivClassName
{
background-color: #4577EE;
}
.BgClassName
{
background-color: #4577EE;
}
</style>
border-color css
<style>
span { border-color: #4577EE; }
span { border-color: rgb(69,119,238); }
td.TdClassName
{
border-color: #4577EE;
}
.TagClassName
{
border-color: #4577EE;
}
</style>