Shades of Royal Blue #4562EE
Tints of Royal Blue #4562EE
RGB
CMYK
RGB Variations
Color information
#4562EE (or 0x4562EE) is known color: Royal Blue. HEX triplet: 45, 62 and EE. RGB value is (69,98,238). Sum of RGB (Red+Green+Blue) = 69+98+238=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #4562EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4562EE is #BA9D11. Grayscale: #686868. Windows color (decimal): -12229906 or 15622725. OLE color: 15622725.
HSL color Cylindrical-coordinate representation of color #4562EE: hue angle of 229.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4562EE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 98 | 238 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.07 |
| HSL | 229.7º | 0.83% | 0.6% | - |
| HSV(B) | 229.7º | 0.71% | 0.93% | - |
| XYZ | 22.25 | 16.17 | 82.84 | - |
| YUV | 105.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 238 | 0.71 | 0.59 | 0 | 0.07 | 229.7 | 0.83 | 0.6 |
| Hex | 45 | 62 | EE | 47 | 3B | 0 | 7 | E6 | 53 | 3C |
| Octal | 105 | 142 | 356 | 107 | 73 | 0 | 7 | 346 | 123 | 74 |
| Binary | 1000101 | 1100010 | 11101110 | 1000111 | 111011 | 0 | 111 | 11100110 | 1010011 | 111100 |
Color Harmonies of #4562EE
Complementary color
Monochromatic Colors of #4562EE
Black with #4562EE
Text Example
Text Example
White with #4562EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562EE; }
p { color: rgb(69,98,238); }
H1.HeaderClassName
{
color: #4562EE;
}
.AnyTagClassName
{
color: #4562EE;
}
</style>
background-color css
<style>
a { background-color: #4562EE; }
a { background-color: rgb(69,98,238); }
div.DivClassName
{
background-color: #4562EE;
}
.BgClassName
{
background-color: #4562EE;
}
</style>
border-color css
<style>
span { border-color: #4562EE; }
span { border-color: rgb(69,98,238); }
td.TdClassName
{
border-color: #4562EE;
}
.TagClassName
{
border-color: #4562EE;
}
</style>