Shades of Royal Blue #4B6EDB
Tints of Royal Blue #4B6EDB
RGB
CMYK
RGB Variations
Color information
#4B6EDB (or 0x4B6EDB) is known color: Royal Blue. HEX triplet: 4B, 6E and DB. RGB value is (75,110,219). Sum of RGB (Red+Green+Blue) = 75+110+219=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6EDB is #B49124. Grayscale: #6F6F6F. Windows color (decimal): -11833637 or 14380619. OLE color: 14380619.
HSL color Cylindrical-coordinate representation of color #4B6EDB: hue angle of 225.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6EDB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 110 | 219 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.14 |
| HSL | 225.42º | 0.67% | 0.58% | - |
| HSV(B) | 225.42º | 0.66% | 0.86% | - |
| XYZ | 21.26 | 17.76 | 69.33 | - |
| YUV | 111.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 219 | 0.66 | 0.50 | 0 | 0.14 | 225.42 | 0.67 | 0.58 |
| Hex | 4B | 6E | DB | 42 | 32 | 0 | E | E1 | 43 | 3A |
| Octal | 113 | 156 | 333 | 102 | 62 | 0 | 16 | 341 | 103 | 72 |
| Binary | 1001011 | 1101110 | 11011011 | 1000010 | 110010 | 0 | 1110 | 11100001 | 1000011 | 111010 |
Color Harmonies of #4B6EDB
Complementary color
Monochromatic Colors of #4B6EDB
Black with #4B6EDB
Text Example
Text Example
White with #4B6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6EDB; }
p { color: rgb(75,110,219); }
H1.HeaderClassName
{
color: #4B6EDB;
}
.AnyTagClassName
{
color: #4B6EDB;
}
</style>
background-color css
<style>
a { background-color: #4B6EDB; }
a { background-color: rgb(75,110,219); }
div.DivClassName
{
background-color: #4B6EDB;
}
.BgClassName
{
background-color: #4B6EDB;
}
</style>
border-color css
<style>
span { border-color: #4B6EDB; }
span { border-color: rgb(75,110,219); }
td.TdClassName
{
border-color: #4B6EDB;
}
.TagClassName
{
border-color: #4B6EDB;
}
</style>