Shades of Royal Blue #4A5DDC
Tints of Royal Blue #4A5DDC
RGB
CMYK
RGB Variations
Color information
#4A5DDC (or 0x4A5DDC) is known color: Royal Blue. HEX triplet: 4A, 5D and DC. RGB value is (74,93,220). Sum of RGB (Red+Green+Blue) = 74+93+220=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A5DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5DDC is #B5A223. Grayscale: #656565. Windows color (decimal): -11903524 or 14441802. OLE color: 14441802.
HSL color Cylindrical-coordinate representation of color #4A5DDC: hue angle of 232.19º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5DDC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 93 | 220 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.14 |
| HSL | 232.19º | 0.68% | 0.58% | - |
| HSV(B) | 232.19º | 0.66% | 0.86% | - |
| XYZ | 19.66 | 14.45 | 69.46 | - |
| YUV | 101.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 220 | 0.66 | 0.58 | 0 | 0.14 | 232.19 | 0.68 | 0.58 |
| Hex | 4A | 5D | DC | 42 | 3A | 0 | E | E8 | 44 | 3A |
| Octal | 112 | 135 | 334 | 102 | 72 | 0 | 16 | 350 | 104 | 72 |
| Binary | 1001010 | 1011101 | 11011100 | 1000010 | 111010 | 0 | 1110 | 11101000 | 1000100 | 111010 |
Color Harmonies of #4A5DDC
Complementary color
Monochromatic Colors of #4A5DDC
Black with #4A5DDC
Text Example
Text Example
White with #4A5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5DDC; }
p { color: rgb(74,93,220); }
H1.HeaderClassName
{
color: #4A5DDC;
}
.AnyTagClassName
{
color: #4A5DDC;
}
</style>
background-color css
<style>
a { background-color: #4A5DDC; }
a { background-color: rgb(74,93,220); }
div.DivClassName
{
background-color: #4A5DDC;
}
.BgClassName
{
background-color: #4A5DDC;
}
</style>
border-color css
<style>
span { border-color: #4A5DDC; }
span { border-color: rgb(74,93,220); }
td.TdClassName
{
border-color: #4A5DDC;
}
.TagClassName
{
border-color: #4A5DDC;
}
</style>