Shades of Royal Blue #4A6BEB
Tints of Royal Blue #4A6BEB
RGB
CMYK
RGB Variations
Color information
#4A6BEB (or 0x4A6BEB) is known color: Royal Blue. HEX triplet: 4A, 6B and EB. RGB value is (74,107,235). Sum of RGB (Red+Green+Blue) = 74+107+235=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BEB is #B59414. Grayscale: #6F6F6F. Windows color (decimal): -11899925 or 15428426. OLE color: 15428426.
HSL color Cylindrical-coordinate representation of color #4A6BEB: hue angle of 227.7º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A6BEB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 107 | 235 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.08 |
| HSL | 227.7º | 0.8% | 0.61% | - |
| HSV(B) | 227.7º | 0.69% | 0.92% | - |
| XYZ | 23.08 | 17.97 | 80.85 | - |
| YUV | 111.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 235 | 0.69 | 0.54 | 0 | 0.08 | 227.7 | 0.8 | 0.61 |
| Hex | 4A | 6B | EB | 45 | 36 | 0 | 8 | E4 | 50 | 3D |
| Octal | 112 | 153 | 353 | 105 | 66 | 0 | 10 | 344 | 120 | 75 |
| Binary | 1001010 | 1101011 | 11101011 | 1000101 | 110110 | 0 | 1000 | 11100100 | 1010000 | 111101 |
Color Harmonies of #4A6BEB
Complementary color
Monochromatic Colors of #4A6BEB
Black with #4A6BEB
Text Example
Text Example
White with #4A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BEB; }
p { color: rgb(74,107,235); }
H1.HeaderClassName
{
color: #4A6BEB;
}
.AnyTagClassName
{
color: #4A6BEB;
}
</style>
background-color css
<style>
a { background-color: #4A6BEB; }
a { background-color: rgb(74,107,235); }
div.DivClassName
{
background-color: #4A6BEB;
}
.BgClassName
{
background-color: #4A6BEB;
}
</style>
border-color css
<style>
span { border-color: #4A6BEB; }
span { border-color: rgb(74,107,235); }
td.TdClassName
{
border-color: #4A6BEB;
}
.TagClassName
{
border-color: #4A6BEB;
}
</style>