Shades of Royal Blue #4A6DDB
Tints of Royal Blue #4A6DDB
RGB
CMYK
RGB Variations
Color information
#4A6DDB (or 0x4A6DDB) is known color: Royal Blue. HEX triplet: 4A, 6D and DB. RGB value is (74,109,219). Sum of RGB (Red+Green+Blue) = 74+109+219=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6DDB is #B59224. Grayscale: #6E6E6E. Windows color (decimal): -11899429 or 14380362. OLE color: 14380362.
HSL color Cylindrical-coordinate representation of color #4A6DDB: hue angle of 225.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A6DDB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 109 | 219 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.14 |
| HSL | 225.52º | 0.67% | 0.57% | - |
| HSV(B) | 225.52º | 0.66% | 0.86% | - |
| XYZ | 21.08 | 17.51 | 69.29 | - |
| YUV | 111.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 219 | 0.66 | 0.50 | 0 | 0.14 | 225.52 | 0.67 | 0.57 |
| Hex | 4A | 6D | DB | 42 | 32 | 0 | E | E2 | 43 | 39 |
| Octal | 112 | 155 | 333 | 102 | 62 | 0 | 16 | 342 | 103 | 71 |
| Binary | 1001010 | 1101101 | 11011011 | 1000010 | 110010 | 0 | 1110 | 11100010 | 1000011 | 111001 |
Color Harmonies of #4A6DDB
Complementary color
Monochromatic Colors of #4A6DDB
Black with #4A6DDB
Text Example
Text Example
White with #4A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DDB; }
p { color: rgb(74,109,219); }
H1.HeaderClassName
{
color: #4A6DDB;
}
.AnyTagClassName
{
color: #4A6DDB;
}
</style>
background-color css
<style>
a { background-color: #4A6DDB; }
a { background-color: rgb(74,109,219); }
div.DivClassName
{
background-color: #4A6DDB;
}
.BgClassName
{
background-color: #4A6DDB;
}
</style>
border-color css
<style>
span { border-color: #4A6DDB; }
span { border-color: rgb(74,109,219); }
td.TdClassName
{
border-color: #4A6DDB;
}
.TagClassName
{
border-color: #4A6DDB;
}
</style>