Shades of Royal Blue #4C5ADE
Tints of Royal Blue #4C5ADE
RGB
CMYK
RGB Variations
Color information
#4C5ADE (or 0x4C5ADE) is known color: Royal Blue. HEX triplet: 4C, 5A and DE. RGB value is (76,90,222). Sum of RGB (Red+Green+Blue) = 76+90+222=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ADE is #B3A521. Grayscale: #646464. Windows color (decimal): -11773218 or 14572108. OLE color: 14572108.
HSL color Cylindrical-coordinate representation of color #4C5ADE: hue angle of 234.25º degrees, saturation: 0.69, 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 #4C5ADE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 90 | 222 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.13 |
| HSL | 234.25º | 0.69% | 0.58% | - |
| HSV(B) | 234.25º | 0.66% | 0.87% | - |
| XYZ | 19.82 | 14.12 | 70.79 | - |
| YUV | 100.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 222 | 0.66 | 0.59 | 0 | 0.13 | 234.25 | 0.69 | 0.58 |
| Hex | 4C | 5A | DE | 42 | 3B | 0 | D | EA | 45 | 3A |
| Octal | 114 | 132 | 336 | 102 | 73 | 0 | 15 | 352 | 105 | 72 |
| Binary | 1001100 | 1011010 | 11011110 | 1000010 | 111011 | 0 | 1101 | 11101010 | 1000101 | 111010 |
Color Harmonies of #4C5ADE
Complementary color
Monochromatic Colors of #4C5ADE
Black with #4C5ADE
Text Example
Text Example
White with #4C5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5ADE; }
p { color: rgb(76,90,222); }
H1.HeaderClassName
{
color: #4C5ADE;
}
.AnyTagClassName
{
color: #4C5ADE;
}
</style>
background-color css
<style>
a { background-color: #4C5ADE; }
a { background-color: rgb(76,90,222); }
div.DivClassName
{
background-color: #4C5ADE;
}
.BgClassName
{
background-color: #4C5ADE;
}
</style>
border-color css
<style>
span { border-color: #4C5ADE; }
span { border-color: rgb(76,90,222); }
td.TdClassName
{
border-color: #4C5ADE;
}
.TagClassName
{
border-color: #4C5ADE;
}
</style>