Shades of Royal Blue #4577EA
Tints of Royal Blue #4577EA
RGB
CMYK
RGB Variations
Color information
#4577EA (or 0x4577EA) is known color: Royal Blue. HEX triplet: 45, 77 and EA. RGB value is (69,119,234). Sum of RGB (Red+Green+Blue) = 69+119+234=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #4577EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4577EA is #BA8815. Grayscale: #747474. Windows color (decimal): -12224534 or 15365957. OLE color: 15365957.
HSL color Cylindrical-coordinate representation of color #4577EA: hue angle of 221.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4577EA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 119 | 234 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.08 |
| HSL | 221.82º | 0.8% | 0.59% | - |
| HSV(B) | 221.82º | 0.71% | 0.92% | - |
| XYZ | 23.9 | 20.4 | 80.52 | - |
| YUV | 117.16 | 193.94 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 234 | 0.71 | 0.49 | 0 | 0.08 | 221.82 | 0.8 | 0.59 |
| Hex | 45 | 77 | EA | 47 | 31 | 0 | 8 | DE | 50 | 3B |
| Octal | 105 | 167 | 352 | 107 | 61 | 0 | 10 | 336 | 120 | 73 |
| Binary | 1000101 | 1110111 | 11101010 | 1000111 | 110001 | 0 | 1000 | 11011110 | 1010000 | 111011 |
Color Harmonies of #4577EA
Complementary color
Monochromatic Colors of #4577EA
Black with #4577EA
Text Example
Text Example
White with #4577EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4577EA; }
p { color: rgb(69,119,234); }
H1.HeaderClassName
{
color: #4577EA;
}
.AnyTagClassName
{
color: #4577EA;
}
</style>
background-color css
<style>
a { background-color: #4577EA; }
a { background-color: rgb(69,119,234); }
div.DivClassName
{
background-color: #4577EA;
}
.BgClassName
{
background-color: #4577EA;
}
</style>
border-color css
<style>
span { border-color: #4577EA; }
span { border-color: rgb(69,119,234); }
td.TdClassName
{
border-color: #4577EA;
}
.TagClassName
{
border-color: #4577EA;
}
</style>