Shades of Royal Blue #4A5BDF
Tints of Royal Blue #4A5BDF
RGB
CMYK
RGB Variations
Color information
#4A5BDF (or 0x4A5BDF) is known color: Royal Blue. HEX triplet: 4A, 5B and DF. RGB value is (74,91,223). Sum of RGB (Red+Green+Blue) = 74+91+223=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A5BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5BDF is #B5A420. Grayscale: #646464. Windows color (decimal): -11904033 or 14637898. OLE color: 14637898.
HSL color Cylindrical-coordinate representation of color #4A5BDF: hue angle of 233.15º 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 #4A5BDF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 91 | 223 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.13 |
| HSL | 233.15º | 0.7% | 0.58% | - |
| HSV(B) | 233.15º | 0.67% | 0.87% | - |
| XYZ | 19.88 | 14.27 | 71.52 | - |
| YUV | 100.97 | 196.87 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 223 | 0.67 | 0.59 | 0 | 0.13 | 233.15 | 0.7 | 0.58 |
| Hex | 4A | 5B | DF | 43 | 3B | 0 | D | E9 | 46 | 3A |
| Octal | 112 | 133 | 337 | 103 | 73 | 0 | 15 | 351 | 106 | 72 |
| Binary | 1001010 | 1011011 | 11011111 | 1000011 | 111011 | 0 | 1101 | 11101001 | 1000110 | 111010 |
Color Harmonies of #4A5BDF
Complementary color
Monochromatic Colors of #4A5BDF
Black with #4A5BDF
Text Example
Text Example
White with #4A5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5BDF; }
p { color: rgb(74,91,223); }
H1.HeaderClassName
{
color: #4A5BDF;
}
.AnyTagClassName
{
color: #4A5BDF;
}
</style>
background-color css
<style>
a { background-color: #4A5BDF; }
a { background-color: rgb(74,91,223); }
div.DivClassName
{
background-color: #4A5BDF;
}
.BgClassName
{
background-color: #4A5BDF;
}
</style>
border-color css
<style>
span { border-color: #4A5BDF; }
span { border-color: rgb(74,91,223); }
td.TdClassName
{
border-color: #4A5BDF;
}
.TagClassName
{
border-color: #4A5BDF;
}
</style>