Shades of Royal Blue #4A77DC
Tints of Royal Blue #4A77DC
RGB
CMYK
RGB Variations
Color information
#4A77DC (or 0x4A77DC) is known color: Royal Blue. HEX triplet: 4A, 77 and DC. RGB value is (74,119,220). Sum of RGB (Red+Green+Blue) = 74+119+220=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A77DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77DC is #B58823. Grayscale: #747474. Windows color (decimal): -11896868 or 14448458. OLE color: 14448458.
HSL color Cylindrical-coordinate representation of color #4A77DC: hue angle of 221.51º 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 #4A77DC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 119 | 220 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.14 |
| HSL | 221.51º | 0.68% | 0.58% | - |
| HSV(B) | 221.51º | 0.66% | 0.86% | - |
| XYZ | 22.34 | 19.82 | 70.36 | - |
| YUV | 117.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 220 | 0.66 | 0.46 | 0 | 0.14 | 221.51 | 0.68 | 0.58 |
| Hex | 4A | 77 | DC | 42 | 2E | 0 | E | DE | 44 | 3A |
| Octal | 112 | 167 | 334 | 102 | 56 | 0 | 16 | 336 | 104 | 72 |
| Binary | 1001010 | 1110111 | 11011100 | 1000010 | 101110 | 0 | 1110 | 11011110 | 1000100 | 111010 |
Color Harmonies of #4A77DC
Complementary color
Monochromatic Colors of #4A77DC
Black with #4A77DC
Text Example
Text Example
White with #4A77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A77DC; }
p { color: rgb(74,119,220); }
H1.HeaderClassName
{
color: #4A77DC;
}
.AnyTagClassName
{
color: #4A77DC;
}
</style>
background-color css
<style>
a { background-color: #4A77DC; }
a { background-color: rgb(74,119,220); }
div.DivClassName
{
background-color: #4A77DC;
}
.BgClassName
{
background-color: #4A77DC;
}
</style>
border-color css
<style>
span { border-color: #4A77DC; }
span { border-color: rgb(74,119,220); }
td.TdClassName
{
border-color: #4A77DC;
}
.TagClassName
{
border-color: #4A77DC;
}
</style>