Shades of Royal Blue #4A73DF
Tints of Royal Blue #4A73DF
RGB
CMYK
RGB Variations
Color information
#4A73DF (or 0x4A73DF) is known color: Royal Blue. HEX triplet: 4A, 73 and DF. RGB value is (74,115,223). Sum of RGB (Red+Green+Blue) = 74+115+223=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A73DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A73DF is #B58C20. Grayscale: #727272. Windows color (decimal): -11897889 or 14644042. OLE color: 14644042.
HSL color Cylindrical-coordinate representation of color #4A73DF: hue angle of 223.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A73DF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 115 | 223 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.13 |
| HSL | 223.49º | 0.7% | 0.58% | - |
| HSV(B) | 223.49º | 0.67% | 0.87% | - |
| XYZ | 22.27 | 19.05 | 72.31 | - |
| YUV | 115.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 223 | 0.67 | 0.48 | 0 | 0.13 | 223.49 | 0.7 | 0.58 |
| Hex | 4A | 73 | DF | 43 | 30 | 0 | D | DF | 46 | 3A |
| Octal | 112 | 163 | 337 | 103 | 60 | 0 | 15 | 337 | 106 | 72 |
| Binary | 1001010 | 1110011 | 11011111 | 1000011 | 110000 | 0 | 1101 | 11011111 | 1000110 | 111010 |
Color Harmonies of #4A73DF
Complementary color
Monochromatic Colors of #4A73DF
Black with #4A73DF
Text Example
Text Example
White with #4A73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A73DF; }
p { color: rgb(74,115,223); }
H1.HeaderClassName
{
color: #4A73DF;
}
.AnyTagClassName
{
color: #4A73DF;
}
</style>
background-color css
<style>
a { background-color: #4A73DF; }
a { background-color: rgb(74,115,223); }
div.DivClassName
{
background-color: #4A73DF;
}
.BgClassName
{
background-color: #4A73DF;
}
</style>
border-color css
<style>
span { border-color: #4A73DF; }
span { border-color: rgb(74,115,223); }
td.TdClassName
{
border-color: #4A73DF;
}
.TagClassName
{
border-color: #4A73DF;
}
</style>