Shades of Royal Blue #4A59DB
Tints of Royal Blue #4A59DB
RGB
CMYK
RGB Variations
Color information
#4A59DB (or 0x4A59DB) is known color: Royal Blue. HEX triplet: 4A, 59 and DB. RGB value is (74,89,219). Sum of RGB (Red+Green+Blue) = 74+89+219=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A59DB is #B5A624. Grayscale: #626262. Windows color (decimal): -11904549 or 14375242. OLE color: 14375242.
HSL color Cylindrical-coordinate representation of color #4A59DB: hue angle of 233.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A59DB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 89 | 219 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.14 |
| HSL | 233.79º | 0.67% | 0.57% | - |
| HSV(B) | 233.79º | 0.66% | 0.86% | - |
| XYZ | 19.18 | 13.72 | 68.65 | - |
| YUV | 99.34 | 195.53 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 219 | 0.66 | 0.59 | 0 | 0.14 | 233.79 | 0.67 | 0.57 |
| Hex | 4A | 59 | DB | 42 | 3B | 0 | E | EA | 43 | 39 |
| Octal | 112 | 131 | 333 | 102 | 73 | 0 | 16 | 352 | 103 | 71 |
| Binary | 1001010 | 1011001 | 11011011 | 1000010 | 111011 | 0 | 1110 | 11101010 | 1000011 | 111001 |
Color Harmonies of #4A59DB
Complementary color
Monochromatic Colors of #4A59DB
Black with #4A59DB
Text Example
Text Example
White with #4A59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A59DB; }
p { color: rgb(74,89,219); }
H1.HeaderClassName
{
color: #4A59DB;
}
.AnyTagClassName
{
color: #4A59DB;
}
</style>
background-color css
<style>
a { background-color: #4A59DB; }
a { background-color: rgb(74,89,219); }
div.DivClassName
{
background-color: #4A59DB;
}
.BgClassName
{
background-color: #4A59DB;
}
</style>
border-color css
<style>
span { border-color: #4A59DB; }
span { border-color: rgb(74,89,219); }
td.TdClassName
{
border-color: #4A59DB;
}
.TagClassName
{
border-color: #4A59DB;
}
</style>