Shades of Royal Blue #4A82DC
Tints of Royal Blue #4A82DC
RGB
CMYK
RGB Variations
Color information
#4A82DC (or 0x4A82DC) is known color: Royal Blue. HEX triplet: 4A, 82 and DC. RGB value is (74,130,220). Sum of RGB (Red+Green+Blue) = 74+130+220=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A82DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A82DC is #B57D23. Grayscale: #7B7B7B. Windows color (decimal): -11894052 or 14451274. OLE color: 14451274.
HSL color Cylindrical-coordinate representation of color #4A82DC: hue angle of 216.99º 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 #4A82DC is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 130 | 220 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.14 |
| HSL | 216.99º | 0.68% | 0.58% | - |
| HSV(B) | 216.99º | 0.66% | 0.86% | - |
| XYZ | 23.72 | 22.59 | 70.82 | - |
| YUV | 123.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 220 | 0.66 | 0.41 | 0 | 0.14 | 216.99 | 0.68 | 0.58 |
| Hex | 4A | 82 | DC | 42 | 29 | 0 | E | D9 | 44 | 3A |
| Octal | 112 | 202 | 334 | 102 | 51 | 0 | 16 | 331 | 104 | 72 |
| Binary | 1001010 | 10000010 | 11011100 | 1000010 | 101001 | 0 | 1110 | 11011001 | 1000100 | 111010 |
Color Harmonies of #4A82DC
Complementary color
Monochromatic Colors of #4A82DC
Black with #4A82DC
Text Example
Text Example
White with #4A82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A82DC; }
p { color: rgb(74,130,220); }
H1.HeaderClassName
{
color: #4A82DC;
}
.AnyTagClassName
{
color: #4A82DC;
}
</style>
background-color css
<style>
a { background-color: #4A82DC; }
a { background-color: rgb(74,130,220); }
div.DivClassName
{
background-color: #4A82DC;
}
.BgClassName
{
background-color: #4A82DC;
}
</style>
border-color css
<style>
span { border-color: #4A82DC; }
span { border-color: rgb(74,130,220); }
td.TdClassName
{
border-color: #4A82DC;
}
.TagClassName
{
border-color: #4A82DC;
}
</style>