Shades of Royal Blue #4B59DB
Tints of Royal Blue #4B59DB
RGB
CMYK
RGB Variations
Color information
#4B59DB (or 0x4B59DB) is known color: Royal Blue. HEX triplet: 4B, 59 and DB. RGB value is (75,89,219). Sum of RGB (Red+Green+Blue) = 75+89+219=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59DB is #B4A624. Grayscale: #636363. Windows color (decimal): -11839013 or 14375243. OLE color: 14375243.
HSL color Cylindrical-coordinate representation of color #4B59DB: hue angle of 234.17º 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 #4B59DB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 89 | 219 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.14 |
| HSL | 234.17º | 0.67% | 0.58% | - |
| HSV(B) | 234.17º | 0.66% | 0.86% | - |
| XYZ | 19.26 | 13.76 | 68.66 | - |
| YUV | 99.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 219 | 0.66 | 0.59 | 0 | 0.14 | 234.17 | 0.67 | 0.58 |
| Hex | 4B | 59 | DB | 42 | 3B | 0 | E | EA | 43 | 3A |
| Octal | 113 | 131 | 333 | 102 | 73 | 0 | 16 | 352 | 103 | 72 |
| Binary | 1001011 | 1011001 | 11011011 | 1000010 | 111011 | 0 | 1110 | 11101010 | 1000011 | 111010 |
Color Harmonies of #4B59DB
Complementary color
Monochromatic Colors of #4B59DB
Black with #4B59DB
Text Example
Text Example
White with #4B59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B59DB; }
p { color: rgb(75,89,219); }
H1.HeaderClassName
{
color: #4B59DB;
}
.AnyTagClassName
{
color: #4B59DB;
}
</style>
background-color css
<style>
a { background-color: #4B59DB; }
a { background-color: rgb(75,89,219); }
div.DivClassName
{
background-color: #4B59DB;
}
.BgClassName
{
background-color: #4B59DB;
}
</style>
border-color css
<style>
span { border-color: #4B59DB; }
span { border-color: rgb(75,89,219); }
td.TdClassName
{
border-color: #4B59DB;
}
.TagClassName
{
border-color: #4B59DB;
}
</style>