Shades of Royal Blue #4577D5
Tints of Royal Blue #4577D5
RGB
CMYK
RGB Variations
Color information
#4577D5 (or 0x4577D5) is known color: Royal Blue. HEX triplet: 45, 77 and D5. RGB value is (69,119,213). Sum of RGB (Red+Green+Blue) = 69+119+213=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #4577D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577D5 is #BA882A. Grayscale: #727272. Windows color (decimal): -12224555 or 13989701. OLE color: 13989701.
HSL color Cylindrical-coordinate representation of color #4577D5: hue angle of 219.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4577D5 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 119 | 213 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.16 |
| HSL | 219.17º | 0.63% | 0.55% | - |
| HSV(B) | 219.17º | 0.68% | 0.84% | - |
| XYZ | 21.06 | 19.26 | 65.56 | - |
| YUV | 114.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 213 | 0.68 | 0.44 | 0 | 0.16 | 219.17 | 0.63 | 0.55 |
| Hex | 45 | 77 | D5 | 44 | 2C | 0 | 10 | DB | 3F | 37 |
| Octal | 105 | 167 | 325 | 104 | 54 | 0 | 20 | 333 | 77 | 67 |
| Binary | 1000101 | 1110111 | 11010101 | 1000100 | 101100 | 0 | 10000 | 11011011 | 111111 | 110111 |
Color Harmonies of #4577D5
Complementary color
Monochromatic Colors of #4577D5
Black with #4577D5
Text Example
Text Example
White with #4577D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4577D5; }
p { color: rgb(69,119,213); }
H1.HeaderClassName
{
color: #4577D5;
}
.AnyTagClassName
{
color: #4577D5;
}
</style>
background-color css
<style>
a { background-color: #4577D5; }
a { background-color: rgb(69,119,213); }
div.DivClassName
{
background-color: #4577D5;
}
.BgClassName
{
background-color: #4577D5;
}
</style>
border-color css
<style>
span { border-color: #4577D5; }
span { border-color: rgb(69,119,213); }
td.TdClassName
{
border-color: #4577D5;
}
.TagClassName
{
border-color: #4577D5;
}
</style>