Shades of Royal Blue #4A6ADC
Tints of Royal Blue #4A6ADC
RGB
CMYK
RGB Variations
Color information
#4A6ADC (or 0x4A6ADC) is known color: Royal Blue. HEX triplet: 4A, 6A and DC. RGB value is (74,106,220). Sum of RGB (Red+Green+Blue) = 74+106+220=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ADC is #B59523. Grayscale: #6C6C6C. Windows color (decimal): -11900196 or 14445130. OLE color: 14445130.
HSL color Cylindrical-coordinate representation of color #4A6ADC: hue angle of 226.85º 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 #4A6ADC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 106 | 220 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.14 |
| HSL | 226.85º | 0.68% | 0.58% | - |
| HSV(B) | 226.85º | 0.66% | 0.86% | - |
| XYZ | 20.9 | 16.93 | 69.88 | - |
| YUV | 109.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 220 | 0.66 | 0.52 | 0 | 0.14 | 226.85 | 0.68 | 0.58 |
| Hex | 4A | 6A | DC | 42 | 34 | 0 | E | E3 | 44 | 3A |
| Octal | 112 | 152 | 334 | 102 | 64 | 0 | 16 | 343 | 104 | 72 |
| Binary | 1001010 | 1101010 | 11011100 | 1000010 | 110100 | 0 | 1110 | 11100011 | 1000100 | 111010 |
Color Harmonies of #4A6ADC
Complementary color
Monochromatic Colors of #4A6ADC
Black with #4A6ADC
Text Example
Text Example
White with #4A6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ADC; }
p { color: rgb(74,106,220); }
H1.HeaderClassName
{
color: #4A6ADC;
}
.AnyTagClassName
{
color: #4A6ADC;
}
</style>
background-color css
<style>
a { background-color: #4A6ADC; }
a { background-color: rgb(74,106,220); }
div.DivClassName
{
background-color: #4A6ADC;
}
.BgClassName
{
background-color: #4A6ADC;
}
</style>
border-color css
<style>
span { border-color: #4A6ADC; }
span { border-color: rgb(74,106,220); }
td.TdClassName
{
border-color: #4A6ADC;
}
.TagClassName
{
border-color: #4A6ADC;
}
</style>