Shades of Royal Blue #4A83EE
Tints of Royal Blue #4A83EE
RGB
CMYK
RGB Variations
Color information
#4A83EE (or 0x4A83EE) is known color: Royal Blue. HEX triplet: 4A, 83 and EE. RGB value is (74,131,238). Sum of RGB (Red+Green+Blue) = 74+131+238=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A83EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A83EE is #B57C11. Grayscale: #7D7D7D. Windows color (decimal): -11893778 or 15631178. OLE color: 15631178.
HSL color Cylindrical-coordinate representation of color #4A83EE: hue angle of 219.15º degrees, saturation: 0.83, 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 #4A83EE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 131 | 238 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.07 |
| HSL | 219.15º | 0.83% | 0.61% | - |
| HSV(B) | 219.15º | 0.69% | 0.93% | - |
| XYZ | 26.37 | 23.86 | 84.1 | - |
| YUV | 126.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 238 | 0.69 | 0.45 | 0 | 0.07 | 219.15 | 0.83 | 0.61 |
| Hex | 4A | 83 | EE | 45 | 2D | 0 | 7 | DB | 53 | 3D |
| Octal | 112 | 203 | 356 | 105 | 55 | 0 | 7 | 333 | 123 | 75 |
| Binary | 1001010 | 10000011 | 11101110 | 1000101 | 101101 | 0 | 111 | 11011011 | 1010011 | 111101 |
Color Harmonies of #4A83EE
Complementary color
Monochromatic Colors of #4A83EE
Black with #4A83EE
Text Example
Text Example
White with #4A83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A83EE; }
p { color: rgb(74,131,238); }
H1.HeaderClassName
{
color: #4A83EE;
}
.AnyTagClassName
{
color: #4A83EE;
}
</style>
background-color css
<style>
a { background-color: #4A83EE; }
a { background-color: rgb(74,131,238); }
div.DivClassName
{
background-color: #4A83EE;
}
.BgClassName
{
background-color: #4A83EE;
}
</style>
border-color css
<style>
span { border-color: #4A83EE; }
span { border-color: rgb(74,131,238); }
td.TdClassName
{
border-color: #4A83EE;
}
.TagClassName
{
border-color: #4A83EE;
}
</style>