Shades of Royal Blue #4C5DDB
Tints of Royal Blue #4C5DDB
RGB
CMYK
RGB Variations
Color information
#4C5DDB (or 0x4C5DDB) is known color: Royal Blue. HEX triplet: 4C, 5D and DB. RGB value is (76,93,219). Sum of RGB (Red+Green+Blue) = 76+93+219=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DDB is #B3A224. Grayscale: #656565. Windows color (decimal): -11772453 or 14376268. OLE color: 14376268.
HSL color Cylindrical-coordinate representation of color #4C5DDB: hue angle of 232.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C5DDB is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 93 | 219 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.14 |
| HSL | 232.87º | 0.67% | 0.58% | - |
| HSV(B) | 232.87º | 0.65% | 0.86% | - |
| XYZ | 19.68 | 14.48 | 68.78 | - |
| YUV | 102.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 219 | 0.65 | 0.58 | 0 | 0.14 | 232.87 | 0.67 | 0.58 |
| Hex | 4C | 5D | DB | 41 | 3A | 0 | E | E9 | 43 | 3A |
| Octal | 114 | 135 | 333 | 101 | 72 | 0 | 16 | 351 | 103 | 72 |
| Binary | 1001100 | 1011101 | 11011011 | 1000001 | 111010 | 0 | 1110 | 11101001 | 1000011 | 111010 |
Color Harmonies of #4C5DDB
Complementary color
Monochromatic Colors of #4C5DDB
Black with #4C5DDB
Text Example
Text Example
White with #4C5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5DDB; }
p { color: rgb(76,93,219); }
H1.HeaderClassName
{
color: #4C5DDB;
}
.AnyTagClassName
{
color: #4C5DDB;
}
</style>
background-color css
<style>
a { background-color: #4C5DDB; }
a { background-color: rgb(76,93,219); }
div.DivClassName
{
background-color: #4C5DDB;
}
.BgClassName
{
background-color: #4C5DDB;
}
</style>
border-color css
<style>
span { border-color: #4C5DDB; }
span { border-color: rgb(76,93,219); }
td.TdClassName
{
border-color: #4C5DDB;
}
.TagClassName
{
border-color: #4C5DDB;
}
</style>