Shades of Royal Blue #4C5CDA
Tints of Royal Blue #4C5CDA
RGB
CMYK
RGB Variations
Color information
#4C5CDA (or 0x4C5CDA) is known color: Royal Blue. HEX triplet: 4C, 5C and DA. RGB value is (76,92,218). Sum of RGB (Red+Green+Blue) = 76+92+218=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CDA is #B3A325. Grayscale: #656565. Windows color (decimal): -11772710 or 14310476. OLE color: 14310476.
HSL color Cylindrical-coordinate representation of color #4C5CDA: hue angle of 233.24º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C5CDA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 92 | 218 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.15 |
| HSL | 233.24º | 0.66% | 0.58% | - |
| HSV(B) | 233.24º | 0.65% | 0.85% | - |
| XYZ | 19.46 | 14.25 | 68.05 | - |
| YUV | 101.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 218 | 0.65 | 0.58 | 0 | 0.15 | 233.24 | 0.66 | 0.58 |
| Hex | 4C | 5C | DA | 41 | 3A | 0 | F | E9 | 42 | 3A |
| Octal | 114 | 134 | 332 | 101 | 72 | 0 | 17 | 351 | 102 | 72 |
| Binary | 1001100 | 1011100 | 11011010 | 1000001 | 111010 | 0 | 1111 | 11101001 | 1000010 | 111010 |
Color Harmonies of #4C5CDA
Complementary color
Monochromatic Colors of #4C5CDA
Black with #4C5CDA
Text Example
Text Example
White with #4C5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5CDA; }
p { color: rgb(76,92,218); }
H1.HeaderClassName
{
color: #4C5CDA;
}
.AnyTagClassName
{
color: #4C5CDA;
}
</style>
background-color css
<style>
a { background-color: #4C5CDA; }
a { background-color: rgb(76,92,218); }
div.DivClassName
{
background-color: #4C5CDA;
}
.BgClassName
{
background-color: #4C5CDA;
}
</style>
border-color css
<style>
span { border-color: #4C5CDA; }
span { border-color: rgb(76,92,218); }
td.TdClassName
{
border-color: #4C5CDA;
}
.TagClassName
{
border-color: #4C5CDA;
}
</style>