Shades of Royal Blue #4A6CDE
Tints of Royal Blue #4A6CDE
RGB
CMYK
RGB Variations
Color information
#4A6CDE (or 0x4A6CDE) is known color: Royal Blue. HEX triplet: 4A, 6C and DE. RGB value is (74,108,222). Sum of RGB (Red+Green+Blue) = 74+108+222=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A6CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6CDE is #B59321. Grayscale: #6E6E6E. Windows color (decimal): -11899682 or 14576714. OLE color: 14576714.
HSL color Cylindrical-coordinate representation of color #4A6CDE: hue angle of 226.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6CDE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 108 | 222 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.13 |
| HSL | 226.22º | 0.69% | 0.58% | - |
| HSV(B) | 226.22º | 0.67% | 0.87% | - |
| XYZ | 21.37 | 17.45 | 71.35 | - |
| YUV | 110.83 | 190.74 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 222 | 0.67 | 0.51 | 0 | 0.13 | 226.22 | 0.69 | 0.58 |
| Hex | 4A | 6C | DE | 43 | 33 | 0 | D | E2 | 45 | 3A |
| Octal | 112 | 154 | 336 | 103 | 63 | 0 | 15 | 342 | 105 | 72 |
| Binary | 1001010 | 1101100 | 11011110 | 1000011 | 110011 | 0 | 1101 | 11100010 | 1000101 | 111010 |
Color Harmonies of #4A6CDE
Complementary color
Monochromatic Colors of #4A6CDE
Black with #4A6CDE
Text Example
Text Example
White with #4A6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6CDE; }
p { color: rgb(74,108,222); }
H1.HeaderClassName
{
color: #4A6CDE;
}
.AnyTagClassName
{
color: #4A6CDE;
}
</style>
background-color css
<style>
a { background-color: #4A6CDE; }
a { background-color: rgb(74,108,222); }
div.DivClassName
{
background-color: #4A6CDE;
}
.BgClassName
{
background-color: #4A6CDE;
}
</style>
border-color css
<style>
span { border-color: #4A6CDE; }
span { border-color: rgb(74,108,222); }
td.TdClassName
{
border-color: #4A6CDE;
}
.TagClassName
{
border-color: #4A6CDE;
}
</style>