Shades of Royal Blue #4C56DD
Tints of Royal Blue #4C56DD
RGB
CMYK
RGB Variations
Color information
#4C56DD (or 0x4C56DD) is known color: Royal Blue. HEX triplet: 4C, 56 and DD. RGB value is (76,86,221). Sum of RGB (Red+Green+Blue) = 76+86+221=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C56DD is #B3A922. Grayscale: #616161. Windows color (decimal): -11774243 or 14505548. OLE color: 14505548.
HSL color Cylindrical-coordinate representation of color #4C56DD: hue angle of 235.86º 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 #4C56DD is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 86 | 221 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.13 |
| HSL | 235.86º | 0.68% | 0.58% | - |
| HSV(B) | 235.86º | 0.66% | 0.87% | - |
| XYZ | 19.36 | 13.41 | 69.98 | - |
| YUV | 98.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 221 | 0.66 | 0.61 | 0 | 0.13 | 235.86 | 0.68 | 0.58 |
| Hex | 4C | 56 | DD | 42 | 3D | 0 | D | EC | 44 | 3A |
| Octal | 114 | 126 | 335 | 102 | 75 | 0 | 15 | 354 | 104 | 72 |
| Binary | 1001100 | 1010110 | 11011101 | 1000010 | 111101 | 0 | 1101 | 11101100 | 1000100 | 111010 |
Color Harmonies of #4C56DD
Complementary color
Monochromatic Colors of #4C56DD
Black with #4C56DD
Text Example
Text Example
White with #4C56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C56DD; }
p { color: rgb(76,86,221); }
H1.HeaderClassName
{
color: #4C56DD;
}
.AnyTagClassName
{
color: #4C56DD;
}
</style>
background-color css
<style>
a { background-color: #4C56DD; }
a { background-color: rgb(76,86,221); }
div.DivClassName
{
background-color: #4C56DD;
}
.BgClassName
{
background-color: #4C56DD;
}
</style>
border-color css
<style>
span { border-color: #4C56DD; }
span { border-color: rgb(76,86,221); }
td.TdClassName
{
border-color: #4C56DD;
}
.TagClassName
{
border-color: #4C56DD;
}
</style>