Shades of Royal Blue #4A80ED
Tints of Royal Blue #4A80ED
RGB
CMYK
RGB Variations
Color information
#4A80ED (or 0x4A80ED) is known color: Royal Blue. HEX triplet: 4A, 80 and ED. RGB value is (74,128,237). Sum of RGB (Red+Green+Blue) = 74+128+237=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A80ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A80ED is #B57F12. Grayscale: #7B7B7B. Windows color (decimal): -11894547 or 15564874. OLE color: 15564874.
HSL color Cylindrical-coordinate representation of color #4A80ED: hue angle of 220.12º degrees, saturation: 0.82, 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 #4A80ED is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 128 | 237 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.07 |
| HSL | 220.12º | 0.82% | 0.61% | - |
| HSV(B) | 220.12º | 0.69% | 0.93% | - |
| XYZ | 25.83 | 23.01 | 83.2 | - |
| YUV | 124.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 237 | 0.69 | 0.46 | 0 | 0.07 | 220.12 | 0.82 | 0.61 |
| Hex | 4A | 80 | ED | 45 | 2E | 0 | 7 | DC | 52 | 3D |
| Octal | 112 | 200 | 355 | 105 | 56 | 0 | 7 | 334 | 122 | 75 |
| Binary | 1001010 | 10000000 | 11101101 | 1000101 | 101110 | 0 | 111 | 11011100 | 1010010 | 111101 |
Color Harmonies of #4A80ED
Complementary color
Monochromatic Colors of #4A80ED
Black with #4A80ED
Text Example
Text Example
White with #4A80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A80ED; }
p { color: rgb(74,128,237); }
H1.HeaderClassName
{
color: #4A80ED;
}
.AnyTagClassName
{
color: #4A80ED;
}
</style>
background-color css
<style>
a { background-color: #4A80ED; }
a { background-color: rgb(74,128,237); }
div.DivClassName
{
background-color: #4A80ED;
}
.BgClassName
{
background-color: #4A80ED;
}
</style>
border-color css
<style>
span { border-color: #4A80ED; }
span { border-color: rgb(74,128,237); }
td.TdClassName
{
border-color: #4A80ED;
}
.TagClassName
{
border-color: #4A80ED;
}
</style>