Shades of Royal Blue #4B6BDB
Tints of Royal Blue #4B6BDB
RGB
CMYK
RGB Variations
Color information
#4B6BDB (or 0x4B6BDB) is known color: Royal Blue. HEX triplet: 4B, 6B and DB. RGB value is (75,107,219). Sum of RGB (Red+Green+Blue) = 75+107+219=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6BDB is #B49424. Grayscale: #6D6D6D. Windows color (decimal): -11834405 or 14379851. OLE color: 14379851.
HSL color Cylindrical-coordinate representation of color #4B6BDB: hue angle of 226.67º 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 #4B6BDB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 107 | 219 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.14 |
| HSL | 226.67º | 0.67% | 0.58% | - |
| HSV(B) | 226.67º | 0.66% | 0.86% | - |
| XYZ | 20.95 | 17.13 | 69.22 | - |
| YUV | 110.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 107 | 219 | 0.66 | 0.51 | 0 | 0.14 | 226.67 | 0.67 | 0.58 |
| Hex | 4B | 6B | DB | 42 | 33 | 0 | E | E3 | 43 | 3A |
| Octal | 113 | 153 | 333 | 102 | 63 | 0 | 16 | 343 | 103 | 72 |
| Binary | 1001011 | 1101011 | 11011011 | 1000010 | 110011 | 0 | 1110 | 11100011 | 1000011 | 111010 |
Color Harmonies of #4B6BDB
Complementary color
Monochromatic Colors of #4B6BDB
Black with #4B6BDB
Text Example
Text Example
White with #4B6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6BDB; }
p { color: rgb(75,107,219); }
H1.HeaderClassName
{
color: #4B6BDB;
}
.AnyTagClassName
{
color: #4B6BDB;
}
</style>
background-color css
<style>
a { background-color: #4B6BDB; }
a { background-color: rgb(75,107,219); }
div.DivClassName
{
background-color: #4B6BDB;
}
.BgClassName
{
background-color: #4B6BDB;
}
</style>
border-color css
<style>
span { border-color: #4B6BDB; }
span { border-color: rgb(75,107,219); }
td.TdClassName
{
border-color: #4B6BDB;
}
.TagClassName
{
border-color: #4B6BDB;
}
</style>