Shades of Royal Blue #4583EC
Tints of Royal Blue #4583EC
RGB
CMYK
RGB Variations
Color information
#4583EC (or 0x4583EC) is known color: Royal Blue. HEX triplet: 45, 83 and EC. RGB value is (69,131,236). Sum of RGB (Red+Green+Blue) = 69+131+236=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #4583EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4583EC is #BA7C13. Grayscale: #7B7B7B. Windows color (decimal): -12221460 or 15500101. OLE color: 15500101.
HSL color Cylindrical-coordinate representation of color #4583EC: hue angle of 217.72º degrees, saturation: 0.81, 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 #4583EC is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 131 | 236 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.07 |
| HSL | 217.72º | 0.81% | 0.6% | - |
| HSV(B) | 217.72º | 0.71% | 0.93% | - |
| XYZ | 25.71 | 23.55 | 82.55 | - |
| YUV | 124.43 | 190.96 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 236 | 0.71 | 0.44 | 0 | 0.07 | 217.72 | 0.81 | 0.6 |
| Hex | 45 | 83 | EC | 47 | 2C | 0 | 7 | DA | 51 | 3C |
| Octal | 105 | 203 | 354 | 107 | 54 | 0 | 7 | 332 | 121 | 74 |
| Binary | 1000101 | 10000011 | 11101100 | 1000111 | 101100 | 0 | 111 | 11011010 | 1010001 | 111100 |
Color Harmonies of #4583EC
Complementary color
Monochromatic Colors of #4583EC
Black with #4583EC
Text Example
Text Example
White with #4583EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4583EC; }
p { color: rgb(69,131,236); }
H1.HeaderClassName
{
color: #4583EC;
}
.AnyTagClassName
{
color: #4583EC;
}
</style>
background-color css
<style>
a { background-color: #4583EC; }
a { background-color: rgb(69,131,236); }
div.DivClassName
{
background-color: #4583EC;
}
.BgClassName
{
background-color: #4583EC;
}
</style>
border-color css
<style>
span { border-color: #4583EC; }
span { border-color: rgb(69,131,236); }
td.TdClassName
{
border-color: #4583EC;
}
.TagClassName
{
border-color: #4583EC;
}
</style>