Shades of Royal Blue #4A7BDD
Tints of Royal Blue #4A7BDD
RGB
CMYK
RGB Variations
Color information
#4A7BDD (or 0x4A7BDD) is known color: Royal Blue. HEX triplet: 4A, 7B and DD. RGB value is (74,123,221). Sum of RGB (Red+Green+Blue) = 74+123+221=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A7BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BDD is #B58422. Grayscale: #777777. Windows color (decimal): -11895843 or 14515018. OLE color: 14515018.
HSL color Cylindrical-coordinate representation of color #4A7BDD: hue angle of 220º degrees, saturation: 0.68, 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 #4A7BDD is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 123 | 221 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.13 |
| HSL | 220º | 0.68% | 0.58% | - |
| HSV(B) | 220º | 0.67% | 0.87% | - |
| XYZ | 22.96 | 20.84 | 71.22 | - |
| YUV | 119.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 221 | 0.67 | 0.44 | 0 | 0.13 | 220 | 0.68 | 0.58 |
| Hex | 4A | 7B | DD | 43 | 2C | 0 | D | DC | 44 | 3A |
| Octal | 112 | 173 | 335 | 103 | 54 | 0 | 15 | 334 | 104 | 72 |
| Binary | 1001010 | 1111011 | 11011101 | 1000011 | 101100 | 0 | 1101 | 11011100 | 1000100 | 111010 |
Color Harmonies of #4A7BDD
Complementary color
Monochromatic Colors of #4A7BDD
Black with #4A7BDD
Text Example
Text Example
White with #4A7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7BDD; }
p { color: rgb(74,123,221); }
H1.HeaderClassName
{
color: #4A7BDD;
}
.AnyTagClassName
{
color: #4A7BDD;
}
</style>
background-color css
<style>
a { background-color: #4A7BDD; }
a { background-color: rgb(74,123,221); }
div.DivClassName
{
background-color: #4A7BDD;
}
.BgClassName
{
background-color: #4A7BDD;
}
</style>
border-color css
<style>
span { border-color: #4A7BDD; }
span { border-color: rgb(74,123,221); }
td.TdClassName
{
border-color: #4A7BDD;
}
.TagClassName
{
border-color: #4A7BDD;
}
</style>