Shades of Royal Blue #4162EA
Tints of Royal Blue #4162EA
RGB
CMYK
RGB Variations
Color information
#4162EA (or 0x4162EA) is known color: Royal Blue. HEX triplet: 41, 62 and EA. RGB value is (65,98,234). Sum of RGB (Red+Green+Blue) = 65+98+234=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #4162EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4162EA is #BE9D15. Grayscale: #676767. Windows color (decimal): -12492054 or 15360577. OLE color: 15360577.
HSL color Cylindrical-coordinate representation of color #4162EA: hue angle of 228.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4162EA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 98 | 234 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.08 |
| HSL | 228.28º | 0.8% | 0.59% | - |
| HSV(B) | 228.28º | 0.72% | 0.92% | - |
| XYZ | 21.4 | 15.8 | 79.76 | - |
| YUV | 103.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 234 | 0.72 | 0.58 | 0 | 0.08 | 228.28 | 0.8 | 0.59 |
| Hex | 41 | 62 | EA | 48 | 3A | 0 | 8 | E4 | 50 | 3B |
| Octal | 101 | 142 | 352 | 110 | 72 | 0 | 10 | 344 | 120 | 73 |
| Binary | 1000001 | 1100010 | 11101010 | 1001000 | 111010 | 0 | 1000 | 11100100 | 1010000 | 111011 |
Color Harmonies of #4162EA
Complementary color
Monochromatic Colors of #4162EA
Black with #4162EA
Text Example
Text Example
White with #4162EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4162EA; }
p { color: rgb(65,98,234); }
H1.HeaderClassName
{
color: #4162EA;
}
.AnyTagClassName
{
color: #4162EA;
}
</style>
background-color css
<style>
a { background-color: #4162EA; }
a { background-color: rgb(65,98,234); }
div.DivClassName
{
background-color: #4162EA;
}
.BgClassName
{
background-color: #4162EA;
}
</style>
border-color css
<style>
span { border-color: #4162EA; }
span { border-color: rgb(65,98,234); }
td.TdClassName
{
border-color: #4162EA;
}
.TagClassName
{
border-color: #4162EA;
}
</style>