Shades of Royal Blue #4A6CEF
Tints of Royal Blue #4A6CEF
RGB
CMYK
RGB Variations
Color information
#4A6CEF (or 0x4A6CEF) is known color: Royal Blue. HEX triplet: 4A, 6C and EF. RGB value is (74,108,239). Sum of RGB (Red+Green+Blue) = 74+108+239=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A6CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6CEF is #B59310. Grayscale: #707070. Windows color (decimal): -11899665 or 15690826. OLE color: 15690826.
HSL color Cylindrical-coordinate representation of color #4A6CEF: hue angle of 227.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A6CEF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 108 | 239 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.06 |
| HSL | 227.64º | 0.84% | 0.61% | - |
| HSV(B) | 227.64º | 0.69% | 0.94% | - |
| XYZ | 23.77 | 18.41 | 83.96 | - |
| YUV | 112.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 239 | 0.69 | 0.55 | 0 | 0.06 | 227.64 | 0.84 | 0.61 |
| Hex | 4A | 6C | EF | 45 | 37 | 0 | 6 | E4 | 54 | 3D |
| Octal | 112 | 154 | 357 | 105 | 67 | 0 | 6 | 344 | 124 | 75 |
| Binary | 1001010 | 1101100 | 11101111 | 1000101 | 110111 | 0 | 110 | 11100100 | 1010100 | 111101 |
Color Harmonies of #4A6CEF
Complementary color
Monochromatic Colors of #4A6CEF
Black with #4A6CEF
Text Example
Text Example
White with #4A6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6CEF; }
p { color: rgb(74,108,239); }
H1.HeaderClassName
{
color: #4A6CEF;
}
.AnyTagClassName
{
color: #4A6CEF;
}
</style>
background-color css
<style>
a { background-color: #4A6CEF; }
a { background-color: rgb(74,108,239); }
div.DivClassName
{
background-color: #4A6CEF;
}
.BgClassName
{
background-color: #4A6CEF;
}
</style>
border-color css
<style>
span { border-color: #4A6CEF; }
span { border-color: rgb(74,108,239); }
td.TdClassName
{
border-color: #4A6CEF;
}
.TagClassName
{
border-color: #4A6CEF;
}
</style>