Shades of Corn Flower Blue #4D4574
Tints of Corn Flower Blue #4D4574
RGB
CMYK
RGB Variations
Color information
#4D4574 (or 0x4D4574) is known color: Corn Flower Blue. HEX triplet: 4D, 45 and 74. RGB value is (77,69,116). Sum of RGB (Red+Green+Blue) = 77+69+116=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D4574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4574 is #B2BA8B. Grayscale: #4C4C4C. Windows color (decimal): -11713164 or 7619917. OLE color: 7619917.
HSL color Cylindrical-coordinate representation of color #4D4574: hue angle of 250.21º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4574 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 69 | 116 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.55 |
| HSL | 250.21º | 0.25% | 0.36% | - |
| HSV(B) | 250.21º | 0.41% | 0.45% | - |
| XYZ | 8.34 | 7.09 | 17.45 | - |
| YUV | 76.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 116 | 0.34 | 0.41 | 0 | 0.55 | 250.21 | 0.25 | 0.36 |
| Hex | 4D | 45 | 74 | 22 | 29 | 0 | 37 | FA | 19 | 24 |
| Octal | 115 | 105 | 164 | 42 | 51 | 0 | 67 | 372 | 31 | 44 |
| Binary | 1001101 | 1000101 | 1110100 | 100010 | 101001 | 0 | 110111 | 11111010 | 11001 | 100100 |
Color Harmonies of #4D4574
Complementary color
Monochromatic Colors of #4D4574
Black with #4D4574
Text Example
Text Example
White with #4D4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4574; }
p { color: rgb(77,69,116); }
H1.HeaderClassName
{
color: #4D4574;
}
.AnyTagClassName
{
color: #4D4574;
}
</style>
background-color css
<style>
a { background-color: #4D4574; }
a { background-color: rgb(77,69,116); }
div.DivClassName
{
background-color: #4D4574;
}
.BgClassName
{
background-color: #4D4574;
}
</style>
border-color css
<style>
span { border-color: #4D4574; }
span { border-color: rgb(77,69,116); }
td.TdClassName
{
border-color: #4D4574;
}
.TagClassName
{
border-color: #4D4574;
}
</style>