Shades of Royal Blue #4A6ACE
Tints of Royal Blue #4A6ACE
RGB
CMYK
RGB Variations
Color information
#4A6ACE (or 0x4A6ACE) is known color: Royal Blue. HEX triplet: 4A, 6A and CE. RGB value is (74,106,206). Sum of RGB (Red+Green+Blue) = 74+106+206=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ACE is #B59531. Grayscale: #6B6B6B. Windows color (decimal): -11900210 or 13527626. OLE color: 13527626.
HSL color Cylindrical-coordinate representation of color #4A6ACE: hue angle of 225.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ACE is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 106 | 206 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.19 |
| HSL | 225.45º | 0.57% | 0.55% | - |
| HSV(B) | 225.45º | 0.64% | 0.81% | - |
| XYZ | 19.12 | 16.22 | 60.52 | - |
| YUV | 107.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 206 | 0.64 | 0.49 | 0 | 0.19 | 225.45 | 0.57 | 0.55 |
| Hex | 4A | 6A | CE | 40 | 31 | 0 | 13 | E1 | 39 | 37 |
| Octal | 112 | 152 | 316 | 100 | 61 | 0 | 23 | 341 | 71 | 67 |
| Binary | 1001010 | 1101010 | 11001110 | 1000000 | 110001 | 0 | 10011 | 11100001 | 111001 | 110111 |
Color Harmonies of #4A6ACE
Complementary color
Monochromatic Colors of #4A6ACE
Black with #4A6ACE
Text Example
Text Example
White with #4A6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ACE; }
p { color: rgb(74,106,206); }
H1.HeaderClassName
{
color: #4A6ACE;
}
.AnyTagClassName
{
color: #4A6ACE;
}
</style>
background-color css
<style>
a { background-color: #4A6ACE; }
a { background-color: rgb(74,106,206); }
div.DivClassName
{
background-color: #4A6ACE;
}
.BgClassName
{
background-color: #4A6ACE;
}
</style>
border-color css
<style>
span { border-color: #4A6ACE; }
span { border-color: rgb(74,106,206); }
td.TdClassName
{
border-color: #4A6ACE;
}
.TagClassName
{
border-color: #4A6ACE;
}
</style>