Shades of Royal Blue #4A77D7
Tints of Royal Blue #4A77D7
RGB
CMYK
RGB Variations
Color information
#4A77D7 (or 0x4A77D7) is known color: Royal Blue. HEX triplet: 4A, 77 and D7. RGB value is (74,119,215). Sum of RGB (Red+Green+Blue) = 74+119+215=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A77D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77D7 is #B58828. Grayscale: #747474. Windows color (decimal): -11896873 or 14120778. OLE color: 14120778.
HSL color Cylindrical-coordinate representation of color #4A77D7: hue angle of 220.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A77D7 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 119 | 215 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.16 |
| HSL | 220.85º | 0.64% | 0.57% | - |
| HSV(B) | 220.85º | 0.66% | 0.84% | - |
| XYZ | 21.69 | 19.56 | 66.92 | - |
| YUV | 116.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 215 | 0.66 | 0.45 | 0 | 0.16 | 220.85 | 0.64 | 0.57 |
| Hex | 4A | 77 | D7 | 42 | 2D | 0 | 10 | DD | 40 | 39 |
| Octal | 112 | 167 | 327 | 102 | 55 | 0 | 20 | 335 | 100 | 71 |
| Binary | 1001010 | 1110111 | 11010111 | 1000010 | 101101 | 0 | 10000 | 11011101 | 1000000 | 111001 |
Color Harmonies of #4A77D7
Complementary color
Monochromatic Colors of #4A77D7
Black with #4A77D7
Text Example
Text Example
White with #4A77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A77D7; }
p { color: rgb(74,119,215); }
H1.HeaderClassName
{
color: #4A77D7;
}
.AnyTagClassName
{
color: #4A77D7;
}
</style>
background-color css
<style>
a { background-color: #4A77D7; }
a { background-color: rgb(74,119,215); }
div.DivClassName
{
background-color: #4A77D7;
}
.BgClassName
{
background-color: #4A77D7;
}
</style>
border-color css
<style>
span { border-color: #4A77D7; }
span { border-color: rgb(74,119,215); }
td.TdClassName
{
border-color: #4A77D7;
}
.TagClassName
{
border-color: #4A77D7;
}
</style>