Shades of Royal Blue #4B6ADB
Tints of Royal Blue #4B6ADB
RGB
CMYK
RGB Variations
Color information
#4B6ADB (or 0x4B6ADB) is known color: Royal Blue. HEX triplet: 4B, 6A and DB. RGB value is (75,106,219). Sum of RGB (Red+Green+Blue) = 75+106+219=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ADB is #B49524. Grayscale: #6D6D6D. Windows color (decimal): -11834661 or 14379595. OLE color: 14379595.
HSL color Cylindrical-coordinate representation of color #4B6ADB: hue angle of 227.08º 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 #4B6ADB is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 106 | 219 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.14 |
| HSL | 227.08º | 0.67% | 0.58% | - |
| HSV(B) | 227.08º | 0.66% | 0.86% | - |
| XYZ | 20.84 | 16.92 | 69.18 | - |
| YUV | 109.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 219 | 0.66 | 0.52 | 0 | 0.14 | 227.08 | 0.67 | 0.58 |
| Hex | 4B | 6A | DB | 42 | 34 | 0 | E | E3 | 43 | 3A |
| Octal | 113 | 152 | 333 | 102 | 64 | 0 | 16 | 343 | 103 | 72 |
| Binary | 1001011 | 1101010 | 11011011 | 1000010 | 110100 | 0 | 1110 | 11100011 | 1000011 | 111010 |
Color Harmonies of #4B6ADB
Complementary color
Monochromatic Colors of #4B6ADB
Black with #4B6ADB
Text Example
Text Example
White with #4B6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6ADB; }
p { color: rgb(75,106,219); }
H1.HeaderClassName
{
color: #4B6ADB;
}
.AnyTagClassName
{
color: #4B6ADB;
}
</style>
background-color css
<style>
a { background-color: #4B6ADB; }
a { background-color: rgb(75,106,219); }
div.DivClassName
{
background-color: #4B6ADB;
}
.BgClassName
{
background-color: #4B6ADB;
}
</style>
border-color css
<style>
span { border-color: #4B6ADB; }
span { border-color: rgb(75,106,219); }
td.TdClassName
{
border-color: #4B6ADB;
}
.TagClassName
{
border-color: #4B6ADB;
}
</style>