Shades of Royal Blue #4A6BEF
Tints of Royal Blue #4A6BEF
RGB
CMYK
RGB Variations
Color information
#4A6BEF (or 0x4A6BEF) is known color: Royal Blue. HEX triplet: 4A, 6B and EF. RGB value is (74,107,239). Sum of RGB (Red+Green+Blue) = 74+107+239=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BEF is #B59410. Grayscale: #6F6F6F. Windows color (decimal): -11899921 or 15690570. OLE color: 15690570.
HSL color Cylindrical-coordinate representation of color #4A6BEF: hue angle of 228º 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 #4A6BEF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 107 | 239 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.06 |
| HSL | 228º | 0.84% | 0.61% | - |
| HSV(B) | 228º | 0.69% | 0.94% | - |
| XYZ | 23.66 | 18.2 | 83.93 | - |
| YUV | 112.18 | 199.57 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 239 | 0.69 | 0.55 | 0 | 0.06 | 228 | 0.84 | 0.61 |
| Hex | 4A | 6B | EF | 45 | 37 | 0 | 6 | E4 | 54 | 3D |
| Octal | 112 | 153 | 357 | 105 | 67 | 0 | 6 | 344 | 124 | 75 |
| Binary | 1001010 | 1101011 | 11101111 | 1000101 | 110111 | 0 | 110 | 11100100 | 1010100 | 111101 |
Color Harmonies of #4A6BEF
Complementary color
Monochromatic Colors of #4A6BEF
Black with #4A6BEF
Text Example
Text Example
White with #4A6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BEF; }
p { color: rgb(74,107,239); }
H1.HeaderClassName
{
color: #4A6BEF;
}
.AnyTagClassName
{
color: #4A6BEF;
}
</style>
background-color css
<style>
a { background-color: #4A6BEF; }
a { background-color: rgb(74,107,239); }
div.DivClassName
{
background-color: #4A6BEF;
}
.BgClassName
{
background-color: #4A6BEF;
}
</style>
border-color css
<style>
span { border-color: #4A6BEF; }
span { border-color: rgb(74,107,239); }
td.TdClassName
{
border-color: #4A6BEF;
}
.TagClassName
{
border-color: #4A6BEF;
}
</style>