Shades of Royal Blue #4576CE
Tints of Royal Blue #4576CE
RGB
CMYK
RGB Variations
Color information
#4576CE (or 0x4576CE) is known color: Royal Blue. HEX triplet: 45, 76 and CE. RGB value is (69,118,206). Sum of RGB (Red+Green+Blue) = 69+118+206=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #4576CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576CE is #BA8931. Grayscale: #707070. Windows color (decimal): -12224818 or 13530693. OLE color: 13530693.
HSL color Cylindrical-coordinate representation of color #4576CE: hue angle of 218.54º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4576CE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 118 | 206 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.19 |
| HSL | 218.54º | 0.58% | 0.54% | - |
| HSV(B) | 218.54º | 0.67% | 0.81% | - |
| XYZ | 20.07 | 18.68 | 60.94 | - |
| YUV | 113.38 | 180.27 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 206 | 0.67 | 0.43 | 0 | 0.19 | 218.54 | 0.58 | 0.54 |
| Hex | 45 | 76 | CE | 43 | 2B | 0 | 13 | DB | 3A | 36 |
| Octal | 105 | 166 | 316 | 103 | 53 | 0 | 23 | 333 | 72 | 66 |
| Binary | 1000101 | 1110110 | 11001110 | 1000011 | 101011 | 0 | 10011 | 11011011 | 111010 | 110110 |
Color Harmonies of #4576CE
Complementary color
Monochromatic Colors of #4576CE
Black with #4576CE
Text Example
Text Example
White with #4576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576CE; }
p { color: rgb(69,118,206); }
H1.HeaderClassName
{
color: #4576CE;
}
.AnyTagClassName
{
color: #4576CE;
}
</style>
background-color css
<style>
a { background-color: #4576CE; }
a { background-color: rgb(69,118,206); }
div.DivClassName
{
background-color: #4576CE;
}
.BgClassName
{
background-color: #4576CE;
}
</style>
border-color css
<style>
span { border-color: #4576CE; }
span { border-color: rgb(69,118,206); }
td.TdClassName
{
border-color: #4576CE;
}
.TagClassName
{
border-color: #4576CE;
}
</style>