Shades of Royal Blue #4B7EDE
Tints of Royal Blue #4B7EDE
RGB
CMYK
RGB Variations
Color information
#4B7EDE (or 0x4B7EDE) is known color: Royal Blue. HEX triplet: 4B, 7E and DE. RGB value is (75,126,222). Sum of RGB (Red+Green+Blue) = 75+126+222=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B7EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7EDE is #B48121. Grayscale: #797979. Windows color (decimal): -11829538 or 14581323. OLE color: 14581323.
HSL color Cylindrical-coordinate representation of color #4B7EDE: hue angle of 219.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7EDE is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 126 | 222 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.13 |
| HSL | 219.18º | 0.69% | 0.58% | - |
| HSV(B) | 219.18º | 0.66% | 0.87% | - |
| XYZ | 23.55 | 21.69 | 72.05 | - |
| YUV | 121.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 126 | 222 | 0.66 | 0.43 | 0 | 0.13 | 219.18 | 0.69 | 0.58 |
| Hex | 4B | 7E | DE | 42 | 2B | 0 | D | DB | 45 | 3A |
| Octal | 113 | 176 | 336 | 102 | 53 | 0 | 15 | 333 | 105 | 72 |
| Binary | 1001011 | 1111110 | 11011110 | 1000010 | 101011 | 0 | 1101 | 11011011 | 1000101 | 111010 |
Color Harmonies of #4B7EDE
Complementary color
Monochromatic Colors of #4B7EDE
Black with #4B7EDE
Text Example
Text Example
White with #4B7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7EDE; }
p { color: rgb(75,126,222); }
H1.HeaderClassName
{
color: #4B7EDE;
}
.AnyTagClassName
{
color: #4B7EDE;
}
</style>
background-color css
<style>
a { background-color: #4B7EDE; }
a { background-color: rgb(75,126,222); }
div.DivClassName
{
background-color: #4B7EDE;
}
.BgClassName
{
background-color: #4B7EDE;
}
</style>
border-color css
<style>
span { border-color: #4B7EDE; }
span { border-color: rgb(75,126,222); }
td.TdClassName
{
border-color: #4B7EDE;
}
.TagClassName
{
border-color: #4B7EDE;
}
</style>