Shades of Corn Flower Blue #4D507C
Tints of Corn Flower Blue #4D507C
RGB
CMYK
RGB Variations
Color information
#4D507C (or 0x4D507C) is known color: Corn Flower Blue. HEX triplet: 4D, 50 and 7C. RGB value is (77,80,124). Sum of RGB (Red+Green+Blue) = 77+80+124=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D507C is #B2AF83. Grayscale: #535353. Windows color (decimal): -11710340 or 8147021. OLE color: 8147021.
HSL color Cylindrical-coordinate representation of color #4D507C: hue angle of 236.17º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D507C is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 80 | 124 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.51 |
| HSL | 236.17º | 0.23% | 0.39% | - |
| HSV(B) | 236.17º | 0.38% | 0.49% | - |
| XYZ | 9.57 | 8.77 | 20.26 | - |
| YUV | 84.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 124 | 0.38 | 0.35 | 0 | 0.51 | 236.17 | 0.23 | 0.39 |
| Hex | 4D | 50 | 7C | 26 | 23 | 0 | 33 | EC | 17 | 27 |
| Octal | 115 | 120 | 174 | 46 | 43 | 0 | 63 | 354 | 27 | 47 |
| Binary | 1001101 | 1010000 | 1111100 | 100110 | 100011 | 0 | 110011 | 11101100 | 10111 | 100111 |
Color Harmonies of #4D507C
Complementary color
Monochromatic Colors of #4D507C
Black with #4D507C
Text Example
Text Example
White with #4D507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D507C; }
p { color: rgb(77,80,124); }
H1.HeaderClassName
{
color: #4D507C;
}
.AnyTagClassName
{
color: #4D507C;
}
</style>
background-color css
<style>
a { background-color: #4D507C; }
a { background-color: rgb(77,80,124); }
div.DivClassName
{
background-color: #4D507C;
}
.BgClassName
{
background-color: #4D507C;
}
</style>
border-color css
<style>
span { border-color: #4D507C; }
span { border-color: rgb(77,80,124); }
td.TdClassName
{
border-color: #4D507C;
}
.TagClassName
{
border-color: #4D507C;
}
</style>