Shades of Royal Blue #4B69DB
Tints of Royal Blue #4B69DB
RGB
CMYK
RGB Variations
Color information
#4B69DB (or 0x4B69DB) is known color: Royal Blue. HEX triplet: 4B, 69 and DB. RGB value is (75,105,219). Sum of RGB (Red+Green+Blue) = 75+105+219=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B69DB is #B49624. Grayscale: #6C6C6C. Windows color (decimal): -11834917 or 14379339. OLE color: 14379339.
HSL color Cylindrical-coordinate representation of color #4B69DB: hue angle of 227.5º 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 #4B69DB is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 105 | 219 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.14 |
| HSL | 227.5º | 0.67% | 0.58% | - |
| HSV(B) | 227.5º | 0.66% | 0.86% | - |
| XYZ | 20.74 | 16.71 | 69.15 | - |
| YUV | 109.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 219 | 0.66 | 0.52 | 0 | 0.14 | 227.5 | 0.67 | 0.58 |
| Hex | 4B | 69 | DB | 42 | 34 | 0 | E | E4 | 43 | 3A |
| Octal | 113 | 151 | 333 | 102 | 64 | 0 | 16 | 344 | 103 | 72 |
| Binary | 1001011 | 1101001 | 11011011 | 1000010 | 110100 | 0 | 1110 | 11100100 | 1000011 | 111010 |
Color Harmonies of #4B69DB
Complementary color
Monochromatic Colors of #4B69DB
Black with #4B69DB
Text Example
Text Example
White with #4B69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B69DB; }
p { color: rgb(75,105,219); }
H1.HeaderClassName
{
color: #4B69DB;
}
.AnyTagClassName
{
color: #4B69DB;
}
</style>
background-color css
<style>
a { background-color: #4B69DB; }
a { background-color: rgb(75,105,219); }
div.DivClassName
{
background-color: #4B69DB;
}
.BgClassName
{
background-color: #4B69DB;
}
</style>
border-color css
<style>
span { border-color: #4B69DB; }
span { border-color: rgb(75,105,219); }
td.TdClassName
{
border-color: #4B69DB;
}
.TagClassName
{
border-color: #4B69DB;
}
</style>