Shades of Royal Blue #4573CB
Tints of Royal Blue #4573CB
RGB
CMYK
RGB Variations
Color information
#4573CB (or 0x4573CB) is known color: Royal Blue. HEX triplet: 45, 73 and CB. RGB value is (69,115,203). Sum of RGB (Red+Green+Blue) = 69+115+203=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4573CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CB is #BA8C34. Grayscale: #6E6E6E. Windows color (decimal): -12225589 or 13333317. OLE color: 13333317.
HSL color Cylindrical-coordinate representation of color #4573CB: hue angle of 219.4º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4573CB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 115 | 203 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.20 |
| HSL | 219.4º | 0.56% | 0.53% | - |
| HSV(B) | 219.4º | 0.66% | 0.8% | - |
| XYZ | 19.36 | 17.84 | 58.92 | - |
| YUV | 111.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 203 | 0.66 | 0.43 | 0 | 0.20 | 219.4 | 0.56 | 0.53 |
| Hex | 45 | 73 | CB | 42 | 2B | 0 | 14 | DB | 38 | 35 |
| Octal | 105 | 163 | 313 | 102 | 53 | 0 | 24 | 333 | 70 | 65 |
| Binary | 1000101 | 1110011 | 11001011 | 1000010 | 101011 | 0 | 10100 | 11011011 | 111000 | 110101 |
Color Harmonies of #4573CB
Complementary color
Monochromatic Colors of #4573CB
Black with #4573CB
Text Example
Text Example
White with #4573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573CB; }
p { color: rgb(69,115,203); }
H1.HeaderClassName
{
color: #4573CB;
}
.AnyTagClassName
{
color: #4573CB;
}
</style>
background-color css
<style>
a { background-color: #4573CB; }
a { background-color: rgb(69,115,203); }
div.DivClassName
{
background-color: #4573CB;
}
.BgClassName
{
background-color: #4573CB;
}
</style>
border-color css
<style>
span { border-color: #4573CB; }
span { border-color: rgb(69,115,203); }
td.TdClassName
{
border-color: #4573CB;
}
.TagClassName
{
border-color: #4573CB;
}
</style>