Shades of Royal Blue #4C79DD
Tints of Royal Blue #4C79DD
RGB
CMYK
RGB Variations
Color information
#4C79DD (or 0x4C79DD) is known color: Royal Blue. HEX triplet: 4C, 79 and DD. RGB value is (76,121,221). Sum of RGB (Red+Green+Blue) = 76+121+221=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C79DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C79DD is #B38622. Grayscale: #767676. Windows color (decimal): -11765283 or 14514508. OLE color: 14514508.
HSL color Cylindrical-coordinate representation of color #4C79DD: hue angle of 221.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C79DD is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 121 | 221 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.13 |
| HSL | 221.38º | 0.68% | 0.58% | - |
| HSV(B) | 221.38º | 0.66% | 0.87% | - |
| XYZ | 22.87 | 20.43 | 71.15 | - |
| YUV | 118.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 221 | 0.66 | 0.45 | 0 | 0.13 | 221.38 | 0.68 | 0.58 |
| Hex | 4C | 79 | DD | 42 | 2D | 0 | D | DD | 44 | 3A |
| Octal | 114 | 171 | 335 | 102 | 55 | 0 | 15 | 335 | 104 | 72 |
| Binary | 1001100 | 1111001 | 11011101 | 1000010 | 101101 | 0 | 1101 | 11011101 | 1000100 | 111010 |
Color Harmonies of #4C79DD
Complementary color
Monochromatic Colors of #4C79DD
Black with #4C79DD
Text Example
Text Example
White with #4C79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C79DD; }
p { color: rgb(76,121,221); }
H1.HeaderClassName
{
color: #4C79DD;
}
.AnyTagClassName
{
color: #4C79DD;
}
</style>
background-color css
<style>
a { background-color: #4C79DD; }
a { background-color: rgb(76,121,221); }
div.DivClassName
{
background-color: #4C79DD;
}
.BgClassName
{
background-color: #4C79DD;
}
</style>
border-color css
<style>
span { border-color: #4C79DD; }
span { border-color: rgb(76,121,221); }
td.TdClassName
{
border-color: #4C79DD;
}
.TagClassName
{
border-color: #4C79DD;
}
</style>