Shades of Royal Blue #4A6DCE
Tints of Royal Blue #4A6DCE
RGB
CMYK
RGB Variations
Color information
#4A6DCE (or 0x4A6DCE) is known color: Royal Blue. HEX triplet: 4A, 6D and CE. RGB value is (74,109,206). Sum of RGB (Red+Green+Blue) = 74+109+206=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6DCE is #B59231. Grayscale: #6D6D6D. Windows color (decimal): -11899442 or 13528394. OLE color: 13528394.
HSL color Cylindrical-coordinate representation of color #4A6DCE: hue angle of 224.09º 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 #4A6DCE is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 109 | 206 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.19 |
| HSL | 224.09º | 0.57% | 0.55% | - |
| HSV(B) | 224.09º | 0.64% | 0.81% | - |
| XYZ | 19.43 | 16.85 | 60.62 | - |
| YUV | 109.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 206 | 0.64 | 0.47 | 0 | 0.19 | 224.09 | 0.57 | 0.55 |
| Hex | 4A | 6D | CE | 40 | 2F | 0 | 13 | E0 | 39 | 37 |
| Octal | 112 | 155 | 316 | 100 | 57 | 0 | 23 | 340 | 71 | 67 |
| Binary | 1001010 | 1101101 | 11001110 | 1000000 | 101111 | 0 | 10011 | 11100000 | 111001 | 110111 |
Color Harmonies of #4A6DCE
Complementary color
Monochromatic Colors of #4A6DCE
Black with #4A6DCE
Text Example
Text Example
White with #4A6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DCE; }
p { color: rgb(74,109,206); }
H1.HeaderClassName
{
color: #4A6DCE;
}
.AnyTagClassName
{
color: #4A6DCE;
}
</style>
background-color css
<style>
a { background-color: #4A6DCE; }
a { background-color: rgb(74,109,206); }
div.DivClassName
{
background-color: #4A6DCE;
}
.BgClassName
{
background-color: #4A6DCE;
}
</style>
border-color css
<style>
span { border-color: #4A6DCE; }
span { border-color: rgb(74,109,206); }
td.TdClassName
{
border-color: #4A6DCE;
}
.TagClassName
{
border-color: #4A6DCE;
}
</style>