Shades of Royal Blue #4A83EB
Tints of Royal Blue #4A83EB
RGB
CMYK
RGB Variations
Color information
#4A83EB (or 0x4A83EB) is known color: Royal Blue. HEX triplet: 4A, 83 and EB. RGB value is (74,131,235). Sum of RGB (Red+Green+Blue) = 74+131+235=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A83EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A83EB is #B57C14. Grayscale: #7D7D7D. Windows color (decimal): -11893781 or 15434570. OLE color: 15434570.
HSL color Cylindrical-coordinate representation of color #4A83EB: hue angle of 218.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A83EB is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 131 | 235 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.08 |
| HSL | 218.76º | 0.8% | 0.61% | - |
| HSV(B) | 218.76º | 0.69% | 0.92% | - |
| XYZ | 25.94 | 23.69 | 81.8 | - |
| YUV | 125.81 | 189.62 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 235 | 0.69 | 0.44 | 0 | 0.08 | 218.76 | 0.8 | 0.61 |
| Hex | 4A | 83 | EB | 45 | 2C | 0 | 8 | DB | 50 | 3D |
| Octal | 112 | 203 | 353 | 105 | 54 | 0 | 10 | 333 | 120 | 75 |
| Binary | 1001010 | 10000011 | 11101011 | 1000101 | 101100 | 0 | 1000 | 11011011 | 1010000 | 111101 |
Color Harmonies of #4A83EB
Complementary color
Monochromatic Colors of #4A83EB
Black with #4A83EB
Text Example
Text Example
White with #4A83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A83EB; }
p { color: rgb(74,131,235); }
H1.HeaderClassName
{
color: #4A83EB;
}
.AnyTagClassName
{
color: #4A83EB;
}
</style>
background-color css
<style>
a { background-color: #4A83EB; }
a { background-color: rgb(74,131,235); }
div.DivClassName
{
background-color: #4A83EB;
}
.BgClassName
{
background-color: #4A83EB;
}
</style>
border-color css
<style>
span { border-color: #4A83EB; }
span { border-color: rgb(74,131,235); }
td.TdClassName
{
border-color: #4A83EB;
}
.TagClassName
{
border-color: #4A83EB;
}
</style>