Shades of Royal Blue #4A81DC
Tints of Royal Blue #4A81DC
RGB
CMYK
RGB Variations
Color information
#4A81DC (or 0x4A81DC) is known color: Royal Blue. HEX triplet: 4A, 81 and DC. RGB value is (74,129,220). Sum of RGB (Red+Green+Blue) = 74+129+220=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A81DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81DC is #B57E23. Grayscale: #7A7A7A. Windows color (decimal): -11894308 or 14451018. OLE color: 14451018.
HSL color Cylindrical-coordinate representation of color #4A81DC: hue angle of 217.4º 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 #4A81DC is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 129 | 220 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.14 |
| HSL | 217.4º | 0.68% | 0.58% | - |
| HSV(B) | 217.4º | 0.66% | 0.86% | - |
| XYZ | 23.59 | 22.32 | 70.78 | - |
| YUV | 122.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 220 | 0.66 | 0.41 | 0 | 0.14 | 217.4 | 0.68 | 0.58 |
| Hex | 4A | 81 | DC | 42 | 29 | 0 | E | D9 | 44 | 3A |
| Octal | 112 | 201 | 334 | 102 | 51 | 0 | 16 | 331 | 104 | 72 |
| Binary | 1001010 | 10000001 | 11011100 | 1000010 | 101001 | 0 | 1110 | 11011001 | 1000100 | 111010 |
Color Harmonies of #4A81DC
Complementary color
Monochromatic Colors of #4A81DC
Black with #4A81DC
Text Example
Text Example
White with #4A81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A81DC; }
p { color: rgb(74,129,220); }
H1.HeaderClassName
{
color: #4A81DC;
}
.AnyTagClassName
{
color: #4A81DC;
}
</style>
background-color css
<style>
a { background-color: #4A81DC; }
a { background-color: rgb(74,129,220); }
div.DivClassName
{
background-color: #4A81DC;
}
.BgClassName
{
background-color: #4A81DC;
}
</style>
border-color css
<style>
span { border-color: #4A81DC; }
span { border-color: rgb(74,129,220); }
td.TdClassName
{
border-color: #4A81DC;
}
.TagClassName
{
border-color: #4A81DC;
}
</style>