Shades of Royal Blue #4C5ADF
Tints of Royal Blue #4C5ADF
RGB
CMYK
RGB Variations
Color information
#4C5ADF (or 0x4C5ADF) is known color: Royal Blue. HEX triplet: 4C, 5A and DF. RGB value is (76,90,223). Sum of RGB (Red+Green+Blue) = 76+90+223=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C5ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ADF is #B3A520. Grayscale: #646464. Windows color (decimal): -11773217 or 14637644. OLE color: 14637644.
HSL color Cylindrical-coordinate representation of color #4C5ADF: hue angle of 234.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5ADF is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 90 | 223 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.13 |
| HSL | 234.29º | 0.7% | 0.59% | - |
| HSV(B) | 234.29º | 0.66% | 0.87% | - |
| XYZ | 19.96 | 14.18 | 71.5 | - |
| YUV | 100.98 | 196.86 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 223 | 0.66 | 0.60 | 0 | 0.13 | 234.29 | 0.7 | 0.59 |
| Hex | 4C | 5A | DF | 42 | 3C | 0 | D | EA | 46 | 3B |
| Octal | 114 | 132 | 337 | 102 | 74 | 0 | 15 | 352 | 106 | 73 |
| Binary | 1001100 | 1011010 | 11011111 | 1000010 | 111100 | 0 | 1101 | 11101010 | 1000110 | 111011 |
Color Harmonies of #4C5ADF
Complementary color
Monochromatic Colors of #4C5ADF
Black with #4C5ADF
Text Example
Text Example
White with #4C5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5ADF; }
p { color: rgb(76,90,223); }
H1.HeaderClassName
{
color: #4C5ADF;
}
.AnyTagClassName
{
color: #4C5ADF;
}
</style>
background-color css
<style>
a { background-color: #4C5ADF; }
a { background-color: rgb(76,90,223); }
div.DivClassName
{
background-color: #4C5ADF;
}
.BgClassName
{
background-color: #4C5ADF;
}
</style>
border-color css
<style>
span { border-color: #4C5ADF; }
span { border-color: rgb(76,90,223); }
td.TdClassName
{
border-color: #4C5ADF;
}
.TagClassName
{
border-color: #4C5ADF;
}
</style>