Shades of Royal Blue #4C72CE
Tints of Royal Blue #4C72CE
RGB
CMYK
RGB Variations
Color information
#4C72CE (or 0x4C72CE) is known color: Royal Blue. HEX triplet: 4C, 72 and CE. RGB value is (76,114,206). Sum of RGB (Red+Green+Blue) = 76+114+206=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C72CE is #B38D31. Grayscale: #707070. Windows color (decimal): -11767090 or 13529676. OLE color: 13529676.
HSL color Cylindrical-coordinate representation of color #4C72CE: hue angle of 222.46º 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 #4C72CE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 114 | 206 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.19 |
| HSL | 222.46º | 0.57% | 0.55% | - |
| HSV(B) | 222.46º | 0.63% | 0.81% | - |
| XYZ | 20.14 | 18.03 | 60.81 | - |
| YUV | 113.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 206 | 0.63 | 0.45 | 0 | 0.19 | 222.46 | 0.57 | 0.55 |
| Hex | 4C | 72 | CE | 3F | 2D | 0 | 13 | DE | 39 | 37 |
| Octal | 114 | 162 | 316 | 77 | 55 | 0 | 23 | 336 | 71 | 67 |
| Binary | 1001100 | 1110010 | 11001110 | 111111 | 101101 | 0 | 10011 | 11011110 | 111001 | 110111 |
Color Harmonies of #4C72CE
Complementary color
Monochromatic Colors of #4C72CE
Black with #4C72CE
Text Example
Text Example
White with #4C72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C72CE; }
p { color: rgb(76,114,206); }
H1.HeaderClassName
{
color: #4C72CE;
}
.AnyTagClassName
{
color: #4C72CE;
}
</style>
background-color css
<style>
a { background-color: #4C72CE; }
a { background-color: rgb(76,114,206); }
div.DivClassName
{
background-color: #4C72CE;
}
.BgClassName
{
background-color: #4C72CE;
}
</style>
border-color css
<style>
span { border-color: #4C72CE; }
span { border-color: rgb(76,114,206); }
td.TdClassName
{
border-color: #4C72CE;
}
.TagClassName
{
border-color: #4C72CE;
}
</style>