Shades of Royal Blue #4C74CE
Tints of Royal Blue #4C74CE
RGB
CMYK
RGB Variations
Color information
#4C74CE (or 0x4C74CE) is known color: Royal Blue. HEX triplet: 4C, 74 and CE. RGB value is (76,116,206). Sum of RGB (Red+Green+Blue) = 76+116+206=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C74CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74CE is #B38B31. Grayscale: #717171. Windows color (decimal): -11766578 or 13530188. OLE color: 13530188.
HSL color Cylindrical-coordinate representation of color #4C74CE: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C74CE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 116 | 206 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.19 |
| HSL | 221.54º | 0.57% | 0.55% | - |
| HSV(B) | 221.54º | 0.63% | 0.81% | - |
| XYZ | 20.37 | 18.48 | 60.89 | - |
| YUV | 114.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 206 | 0.63 | 0.44 | 0 | 0.19 | 221.54 | 0.57 | 0.55 |
| Hex | 4C | 74 | CE | 3F | 2C | 0 | 13 | DE | 39 | 37 |
| Octal | 114 | 164 | 316 | 77 | 54 | 0 | 23 | 336 | 71 | 67 |
| Binary | 1001100 | 1110100 | 11001110 | 111111 | 101100 | 0 | 10011 | 11011110 | 111001 | 110111 |
Color Harmonies of #4C74CE
Complementary color
Monochromatic Colors of #4C74CE
Black with #4C74CE
Text Example
Text Example
White with #4C74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C74CE; }
p { color: rgb(76,116,206); }
H1.HeaderClassName
{
color: #4C74CE;
}
.AnyTagClassName
{
color: #4C74CE;
}
</style>
background-color css
<style>
a { background-color: #4C74CE; }
a { background-color: rgb(76,116,206); }
div.DivClassName
{
background-color: #4C74CE;
}
.BgClassName
{
background-color: #4C74CE;
}
</style>
border-color css
<style>
span { border-color: #4C74CE; }
span { border-color: rgb(76,116,206); }
td.TdClassName
{
border-color: #4C74CE;
}
.TagClassName
{
border-color: #4C74CE;
}
</style>