Shades of Royal Blue #4A65EC
Tints of Royal Blue #4A65EC
RGB
CMYK
RGB Variations
Color information
#4A65EC (or 0x4A65EC) is known color: Royal Blue. HEX triplet: 4A, 65 and EC. RGB value is (74,101,236). Sum of RGB (Red+Green+Blue) = 74+101+236=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A65EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A65EC is #B59A13. Grayscale: #6B6B6B. Windows color (decimal): -11901460 or 15492426. OLE color: 15492426.
HSL color Cylindrical-coordinate representation of color #4A65EC: hue angle of 230º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A65EC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 101 | 236 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.07 |
| HSL | 230º | 0.81% | 0.61% | - |
| HSV(B) | 230º | 0.69% | 0.93% | - |
| XYZ | 22.62 | 16.82 | 81.41 | - |
| YUV | 108.32 | 200.05 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 236 | 0.69 | 0.57 | 0 | 0.07 | 230 | 0.81 | 0.61 |
| Hex | 4A | 65 | EC | 45 | 39 | 0 | 7 | E6 | 51 | 3D |
| Octal | 112 | 145 | 354 | 105 | 71 | 0 | 7 | 346 | 121 | 75 |
| Binary | 1001010 | 1100101 | 11101100 | 1000101 | 111001 | 0 | 111 | 11100110 | 1010001 | 111101 |
Color Harmonies of #4A65EC
Complementary color
Monochromatic Colors of #4A65EC
Black with #4A65EC
Text Example
Text Example
White with #4A65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A65EC; }
p { color: rgb(74,101,236); }
H1.HeaderClassName
{
color: #4A65EC;
}
.AnyTagClassName
{
color: #4A65EC;
}
</style>
background-color css
<style>
a { background-color: #4A65EC; }
a { background-color: rgb(74,101,236); }
div.DivClassName
{
background-color: #4A65EC;
}
.BgClassName
{
background-color: #4A65EC;
}
</style>
border-color css
<style>
span { border-color: #4A65EC; }
span { border-color: rgb(74,101,236); }
td.TdClassName
{
border-color: #4A65EC;
}
.TagClassName
{
border-color: #4A65EC;
}
</style>