Shades of Royal Blue #4A7BDC
Tints of Royal Blue #4A7BDC
RGB
CMYK
RGB Variations
Color information
#4A7BDC (or 0x4A7BDC) is known color: Royal Blue. HEX triplet: 4A, 7B and DC. RGB value is (74,123,220). Sum of RGB (Red+Green+Blue) = 74+123+220=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A7BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BDC is #B58423. Grayscale: #767676. Windows color (decimal): -11895844 or 14449482. OLE color: 14449482.
HSL color Cylindrical-coordinate representation of color #4A7BDC: hue angle of 219.86º 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 #4A7BDC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 123 | 220 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.14 |
| HSL | 219.86º | 0.68% | 0.58% | - |
| HSV(B) | 219.86º | 0.66% | 0.86% | - |
| XYZ | 22.83 | 20.79 | 70.52 | - |
| YUV | 119.41 | 184.77 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 220 | 0.66 | 0.44 | 0 | 0.14 | 219.86 | 0.68 | 0.58 |
| Hex | 4A | 7B | DC | 42 | 2C | 0 | E | DC | 44 | 3A |
| Octal | 112 | 173 | 334 | 102 | 54 | 0 | 16 | 334 | 104 | 72 |
| Binary | 1001010 | 1111011 | 11011100 | 1000010 | 101100 | 0 | 1110 | 11011100 | 1000100 | 111010 |
Color Harmonies of #4A7BDC
Complementary color
Monochromatic Colors of #4A7BDC
Black with #4A7BDC
Text Example
Text Example
White with #4A7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7BDC; }
p { color: rgb(74,123,220); }
H1.HeaderClassName
{
color: #4A7BDC;
}
.AnyTagClassName
{
color: #4A7BDC;
}
</style>
background-color css
<style>
a { background-color: #4A7BDC; }
a { background-color: rgb(74,123,220); }
div.DivClassName
{
background-color: #4A7BDC;
}
.BgClassName
{
background-color: #4A7BDC;
}
</style>
border-color css
<style>
span { border-color: #4A7BDC; }
span { border-color: rgb(74,123,220); }
td.TdClassName
{
border-color: #4A7BDC;
}
.TagClassName
{
border-color: #4A7BDC;
}
</style>