Shades of Corn Flower Blue #4C4A77
Tints of Corn Flower Blue #4C4A77
RGB
CMYK
RGB Variations
Color information
#4C4A77 (or 0x4C4A77) is known color: Corn Flower Blue. HEX triplet: 4C, 4A and 77. RGB value is (76,74,119). Sum of RGB (Red+Green+Blue) = 76+74+119=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C4A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A77 is #B3B588. Grayscale: #4F4F4F. Windows color (decimal): -11777417 or 7817804. OLE color: 7817804.
HSL color Cylindrical-coordinate representation of color #4C4A77: hue angle of 242.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4A77 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 74 | 119 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.53 |
| HSL | 242.67º | 0.23% | 0.38% | - |
| HSV(B) | 242.67º | 0.38% | 0.47% | - |
| XYZ | 8.76 | 7.77 | 18.49 | - |
| YUV | 79.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 119 | 0.36 | 0.38 | 0 | 0.53 | 242.67 | 0.23 | 0.38 |
| Hex | 4C | 4A | 77 | 24 | 26 | 0 | 35 | F3 | 17 | 26 |
| Octal | 114 | 112 | 167 | 44 | 46 | 0 | 65 | 363 | 27 | 46 |
| Binary | 1001100 | 1001010 | 1110111 | 100100 | 100110 | 0 | 110101 | 11110011 | 10111 | 100110 |
Color Harmonies of #4C4A77
Complementary color
Monochromatic Colors of #4C4A77
Black with #4C4A77
Text Example
Text Example
White with #4C4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A77; }
p { color: rgb(76,74,119); }
H1.HeaderClassName
{
color: #4C4A77;
}
.AnyTagClassName
{
color: #4C4A77;
}
</style>
background-color css
<style>
a { background-color: #4C4A77; }
a { background-color: rgb(76,74,119); }
div.DivClassName
{
background-color: #4C4A77;
}
.BgClassName
{
background-color: #4C4A77;
}
</style>
border-color css
<style>
span { border-color: #4C4A77; }
span { border-color: rgb(76,74,119); }
td.TdClassName
{
border-color: #4C4A77;
}
.TagClassName
{
border-color: #4C4A77;
}
</style>