Shades of Corn Flower Blue #4C4773
Tints of Corn Flower Blue #4C4773
RGB
CMYK
RGB Variations
Color information
#4C4773 (or 0x4C4773) is known color: Corn Flower Blue. HEX triplet: 4C, 47 and 73. RGB value is (76,71,115). Sum of RGB (Red+Green+Blue) = 76+71+115=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4773 is #B3B88C. Grayscale: #4D4D4D. Windows color (decimal): -11778189 or 7554892. OLE color: 7554892.
HSL color Cylindrical-coordinate representation of color #4C4773: hue angle of 246.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4773 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 71 | 115 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.55 |
| HSL | 246.82º | 0.24% | 0.36% | - |
| HSV(B) | 246.82º | 0.38% | 0.45% | - |
| XYZ | 8.33 | 7.28 | 17.19 | - |
| YUV | 77.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 115 | 0.34 | 0.38 | 0 | 0.55 | 246.82 | 0.24 | 0.36 |
| Hex | 4C | 47 | 73 | 22 | 26 | 0 | 37 | F7 | 18 | 24 |
| Octal | 114 | 107 | 163 | 42 | 46 | 0 | 67 | 367 | 30 | 44 |
| Binary | 1001100 | 1000111 | 1110011 | 100010 | 100110 | 0 | 110111 | 11110111 | 11000 | 100100 |
Color Harmonies of #4C4773
Complementary color
Monochromatic Colors of #4C4773
Black with #4C4773
Text Example
Text Example
White with #4C4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4773; }
p { color: rgb(76,71,115); }
H1.HeaderClassName
{
color: #4C4773;
}
.AnyTagClassName
{
color: #4C4773;
}
</style>
background-color css
<style>
a { background-color: #4C4773; }
a { background-color: rgb(76,71,115); }
div.DivClassName
{
background-color: #4C4773;
}
.BgClassName
{
background-color: #4C4773;
}
</style>
border-color css
<style>
span { border-color: #4C4773; }
span { border-color: rgb(76,71,115); }
td.TdClassName
{
border-color: #4C4773;
}
.TagClassName
{
border-color: #4C4773;
}
</style>