Shades of Corn Flower Blue #4D496F
Tints of Corn Flower Blue #4D496F
RGB
CMYK
RGB Variations
Color information
#4D496F (or 0x4D496F) is known color: Corn Flower Blue. HEX triplet: 4D, 49 and 6F. RGB value is (77,73,111). Sum of RGB (Red+Green+Blue) = 77+73+111=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D496F is #B2B690. Grayscale: #4E4E4E. Windows color (decimal): -11712145 or 7293261. OLE color: 7293261.
HSL color Cylindrical-coordinate representation of color #4D496F: hue angle of 246.32º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D496F is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 73 | 111 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.56 |
| HSL | 246.32º | 0.21% | 0.36% | - |
| HSV(B) | 246.32º | 0.34% | 0.44% | - |
| XYZ | 8.31 | 7.49 | 16.05 | - |
| YUV | 78.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 111 | 0.31 | 0.34 | 0 | 0.56 | 246.32 | 0.21 | 0.36 |
| Hex | 4D | 49 | 6F | 1F | 22 | 0 | 38 | F6 | 15 | 24 |
| Octal | 115 | 111 | 157 | 37 | 42 | 0 | 70 | 366 | 25 | 44 |
| Binary | 1001101 | 1001001 | 1101111 | 11111 | 100010 | 0 | 111000 | 11110110 | 10101 | 100100 |
Color Harmonies of #4D496F
Complementary color
Monochromatic Colors of #4D496F
Black with #4D496F
Text Example
Text Example
White with #4D496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D496F; }
p { color: rgb(77,73,111); }
H1.HeaderClassName
{
color: #4D496F;
}
.AnyTagClassName
{
color: #4D496F;
}
</style>
background-color css
<style>
a { background-color: #4D496F; }
a { background-color: rgb(77,73,111); }
div.DivClassName
{
background-color: #4D496F;
}
.BgClassName
{
background-color: #4D496F;
}
</style>
border-color css
<style>
span { border-color: #4D496F; }
span { border-color: rgb(77,73,111); }
td.TdClassName
{
border-color: #4D496F;
}
.TagClassName
{
border-color: #4D496F;
}
</style>