Shades of Royal Blue #4C79DB
Tints of Royal Blue #4C79DB
RGB
CMYK
RGB Variations
Color information
#4C79DB (or 0x4C79DB) is known color: Royal Blue. HEX triplet: 4C, 79 and DB. RGB value is (76,121,219). Sum of RGB (Red+Green+Blue) = 76+121+219=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C79DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C79DB is #B38624. Grayscale: #767676. Windows color (decimal): -11765285 or 14383436. OLE color: 14383436.
HSL color Cylindrical-coordinate representation of color #4C79DB: hue angle of 221.12º 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 #4C79DB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 121 | 219 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.14 |
| HSL | 221.12º | 0.67% | 0.58% | - |
| HSV(B) | 221.12º | 0.65% | 0.86% | - |
| XYZ | 22.6 | 20.33 | 69.75 | - |
| YUV | 118.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 219 | 0.65 | 0.45 | 0 | 0.14 | 221.12 | 0.67 | 0.58 |
| Hex | 4C | 79 | DB | 41 | 2D | 0 | E | DD | 43 | 3A |
| Octal | 114 | 171 | 333 | 101 | 55 | 0 | 16 | 335 | 103 | 72 |
| Binary | 1001100 | 1111001 | 11011011 | 1000001 | 101101 | 0 | 1110 | 11011101 | 1000011 | 111010 |
Color Harmonies of #4C79DB
Complementary color
Monochromatic Colors of #4C79DB
Black with #4C79DB
Text Example
Text Example
White with #4C79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C79DB; }
p { color: rgb(76,121,219); }
H1.HeaderClassName
{
color: #4C79DB;
}
.AnyTagClassName
{
color: #4C79DB;
}
</style>
background-color css
<style>
a { background-color: #4C79DB; }
a { background-color: rgb(76,121,219); }
div.DivClassName
{
background-color: #4C79DB;
}
.BgClassName
{
background-color: #4C79DB;
}
</style>
border-color css
<style>
span { border-color: #4C79DB; }
span { border-color: rgb(76,121,219); }
td.TdClassName
{
border-color: #4C79DB;
}
.TagClassName
{
border-color: #4C79DB;
}
</style>