Shades of Royal Blue #4C64DB
Tints of Royal Blue #4C64DB
RGB
CMYK
RGB Variations
Color information
#4C64DB (or 0x4C64DB) is known color: Royal Blue. HEX triplet: 4C, 64 and DB. RGB value is (76,100,219). Sum of RGB (Red+Green+Blue) = 76+100+219=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C64DB is #B39B24. Grayscale: #696969. Windows color (decimal): -11770661 or 14378060. OLE color: 14378060.
HSL color Cylindrical-coordinate representation of color #4C64DB: hue angle of 229.93º 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 #4C64DB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 100 | 219 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.14 |
| HSL | 229.93º | 0.67% | 0.58% | - |
| HSV(B) | 229.93º | 0.65% | 0.86% | - |
| XYZ | 20.32 | 15.77 | 68.99 | - |
| YUV | 106.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 219 | 0.65 | 0.54 | 0 | 0.14 | 229.93 | 0.67 | 0.58 |
| Hex | 4C | 64 | DB | 41 | 36 | 0 | E | E6 | 43 | 3A |
| Octal | 114 | 144 | 333 | 101 | 66 | 0 | 16 | 346 | 103 | 72 |
| Binary | 1001100 | 1100100 | 11011011 | 1000001 | 110110 | 0 | 1110 | 11100110 | 1000011 | 111010 |
Color Harmonies of #4C64DB
Complementary color
Monochromatic Colors of #4C64DB
Black with #4C64DB
Text Example
Text Example
White with #4C64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C64DB; }
p { color: rgb(76,100,219); }
H1.HeaderClassName
{
color: #4C64DB;
}
.AnyTagClassName
{
color: #4C64DB;
}
</style>
background-color css
<style>
a { background-color: #4C64DB; }
a { background-color: rgb(76,100,219); }
div.DivClassName
{
background-color: #4C64DB;
}
.BgClassName
{
background-color: #4C64DB;
}
</style>
border-color css
<style>
span { border-color: #4C64DB; }
span { border-color: rgb(76,100,219); }
td.TdClassName
{
border-color: #4C64DB;
}
.TagClassName
{
border-color: #4C64DB;
}
</style>