Shades of Corn Flower Blue #4D4F69
Tints of Corn Flower Blue #4D4F69
RGB
CMYK
RGB Variations
Color information
#4D4F69 (or 0x4D4F69) is known color: Corn Flower Blue. HEX triplet: 4D, 4F and 69. RGB value is (77,79,105). Sum of RGB (Red+Green+Blue) = 77+79+105=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D4F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F69 is #B2B096. Grayscale: #515151. Windows color (decimal): -11710615 or 6901581. OLE color: 6901581.
HSL color Cylindrical-coordinate representation of color #4D4F69: hue angle of 235.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D4F69 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 79 | 105 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.59 |
| HSL | 235.71º | 0.15% | 0.36% | - |
| HSV(B) | 235.71º | 0.27% | 0.41% | - |
| XYZ | 8.41 | 8.19 | 14.5 | - |
| YUV | 81.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 105 | 0.27 | 0.25 | 0 | 0.59 | 235.71 | 0.15 | 0.36 |
| Hex | 4D | 4F | 69 | 1B | 19 | 0 | 3B | EC | F | 24 |
| Octal | 115 | 117 | 151 | 33 | 31 | 0 | 73 | 354 | 17 | 44 |
| Binary | 1001101 | 1001111 | 1101001 | 11011 | 11001 | 0 | 111011 | 11101100 | 1111 | 100100 |
Color Harmonies of #4D4F69
Complementary color
Monochromatic Colors of #4D4F69
Black with #4D4F69
Text Example
Text Example
White with #4D4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F69; }
p { color: rgb(77,79,105); }
H1.HeaderClassName
{
color: #4D4F69;
}
.AnyTagClassName
{
color: #4D4F69;
}
</style>
background-color css
<style>
a { background-color: #4D4F69; }
a { background-color: rgb(77,79,105); }
div.DivClassName
{
background-color: #4D4F69;
}
.BgClassName
{
background-color: #4D4F69;
}
</style>
border-color css
<style>
span { border-color: #4D4F69; }
span { border-color: rgb(77,79,105); }
td.TdClassName
{
border-color: #4D4F69;
}
.TagClassName
{
border-color: #4D4F69;
}
</style>