Shades of Royal Blue #4A80DC
Tints of Royal Blue #4A80DC
RGB
CMYK
RGB Variations
Color information
#4A80DC (or 0x4A80DC) is known color: Royal Blue. HEX triplet: 4A, 80 and DC. RGB value is (74,128,220). Sum of RGB (Red+Green+Blue) = 74+128+220=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A80DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80DC is #B57F23. Grayscale: #797979. Windows color (decimal): -11894564 or 14450762. OLE color: 14450762.
HSL color Cylindrical-coordinate representation of color #4A80DC: hue angle of 217.81º 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 #4A80DC is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 128 | 220 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.14 |
| HSL | 217.81º | 0.68% | 0.58% | - |
| HSV(B) | 217.81º | 0.66% | 0.86% | - |
| XYZ | 23.46 | 22.06 | 70.73 | - |
| YUV | 122.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 220 | 0.66 | 0.42 | 0 | 0.14 | 217.81 | 0.68 | 0.58 |
| Hex | 4A | 80 | DC | 42 | 2A | 0 | E | DA | 44 | 3A |
| Octal | 112 | 200 | 334 | 102 | 52 | 0 | 16 | 332 | 104 | 72 |
| Binary | 1001010 | 10000000 | 11011100 | 1000010 | 101010 | 0 | 1110 | 11011010 | 1000100 | 111010 |
Color Harmonies of #4A80DC
Complementary color
Monochromatic Colors of #4A80DC
Black with #4A80DC
Text Example
Text Example
White with #4A80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A80DC; }
p { color: rgb(74,128,220); }
H1.HeaderClassName
{
color: #4A80DC;
}
.AnyTagClassName
{
color: #4A80DC;
}
</style>
background-color css
<style>
a { background-color: #4A80DC; }
a { background-color: rgb(74,128,220); }
div.DivClassName
{
background-color: #4A80DC;
}
.BgClassName
{
background-color: #4A80DC;
}
</style>
border-color css
<style>
span { border-color: #4A80DC; }
span { border-color: rgb(74,128,220); }
td.TdClassName
{
border-color: #4A80DC;
}
.TagClassName
{
border-color: #4A80DC;
}
</style>