Shades of Royal Blue #4B81EF
Tints of Royal Blue #4B81EF
RGB
CMYK
RGB Variations
Color information
#4B81EF (or 0x4B81EF) is known color: Royal Blue. HEX triplet: 4B, 81 and EF. RGB value is (75,129,239). Sum of RGB (Red+Green+Blue) = 75+129+239=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B81EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B81EF is #B47E10. Grayscale: #7C7C7C. Windows color (decimal): -11828753 or 15696203. OLE color: 15696203.
HSL color Cylindrical-coordinate representation of color #4B81EF: hue angle of 220.24º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B81EF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 129 | 239 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.06 |
| HSL | 220.24º | 0.84% | 0.62% | - |
| HSV(B) | 220.24º | 0.69% | 0.94% | - |
| XYZ | 26.33 | 23.43 | 84.8 | - |
| YUV | 125.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 129 | 239 | 0.69 | 0.46 | 0 | 0.06 | 220.24 | 0.84 | 0.62 |
| Hex | 4B | 81 | EF | 45 | 2E | 0 | 6 | DC | 54 | 3E |
| Octal | 113 | 201 | 357 | 105 | 56 | 0 | 6 | 334 | 124 | 76 |
| Binary | 1001011 | 10000001 | 11101111 | 1000101 | 101110 | 0 | 110 | 11011100 | 1010100 | 111110 |
Color Harmonies of #4B81EF
Complementary color
Monochromatic Colors of #4B81EF
Black with #4B81EF
Text Example
Text Example
White with #4B81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B81EF; }
p { color: rgb(75,129,239); }
H1.HeaderClassName
{
color: #4B81EF;
}
.AnyTagClassName
{
color: #4B81EF;
}
</style>
background-color css
<style>
a { background-color: #4B81EF; }
a { background-color: rgb(75,129,239); }
div.DivClassName
{
background-color: #4B81EF;
}
.BgClassName
{
background-color: #4B81EF;
}
</style>
border-color css
<style>
span { border-color: #4B81EF; }
span { border-color: rgb(75,129,239); }
td.TdClassName
{
border-color: #4B81EF;
}
.TagClassName
{
border-color: #4B81EF;
}
</style>