Shades of Royal Blue #4A70DC
Tints of Royal Blue #4A70DC
RGB
CMYK
RGB Variations
Color information
#4A70DC (or 0x4A70DC) is known color: Royal Blue. HEX triplet: 4A, 70 and DC. RGB value is (74,112,220). Sum of RGB (Red+Green+Blue) = 74+112+220=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A70DC is #B58F23. Grayscale: #707070. Windows color (decimal): -11898660 or 14446666. OLE color: 14446666.
HSL color Cylindrical-coordinate representation of color #4A70DC: hue angle of 224.38º 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 #4A70DC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 112 | 220 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.14 |
| HSL | 224.38º | 0.68% | 0.58% | - |
| HSV(B) | 224.38º | 0.66% | 0.86% | - |
| XYZ | 21.54 | 18.21 | 70.09 | - |
| YUV | 112.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 220 | 0.66 | 0.49 | 0 | 0.14 | 224.38 | 0.68 | 0.58 |
| Hex | 4A | 70 | DC | 42 | 31 | 0 | E | E0 | 44 | 3A |
| Octal | 112 | 160 | 334 | 102 | 61 | 0 | 16 | 340 | 104 | 72 |
| Binary | 1001010 | 1110000 | 11011100 | 1000010 | 110001 | 0 | 1110 | 11100000 | 1000100 | 111010 |
Color Harmonies of #4A70DC
Complementary color
Monochromatic Colors of #4A70DC
Black with #4A70DC
Text Example
Text Example
White with #4A70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A70DC; }
p { color: rgb(74,112,220); }
H1.HeaderClassName
{
color: #4A70DC;
}
.AnyTagClassName
{
color: #4A70DC;
}
</style>
background-color css
<style>
a { background-color: #4A70DC; }
a { background-color: rgb(74,112,220); }
div.DivClassName
{
background-color: #4A70DC;
}
.BgClassName
{
background-color: #4A70DC;
}
</style>
border-color css
<style>
span { border-color: #4A70DC; }
span { border-color: rgb(74,112,220); }
td.TdClassName
{
border-color: #4A70DC;
}
.TagClassName
{
border-color: #4A70DC;
}
</style>