Shades of Corn Flower Blue #4D4F6A
Tints of Corn Flower Blue #4D4F6A
RGB
CMYK
RGB Variations
Color information
#4D4F6A (or 0x4D4F6A) is known color: Corn Flower Blue. HEX triplet: 4D, 4F and 6A. RGB value is (77,79,106). Sum of RGB (Red+Green+Blue) = 77+79+106=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D4F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F6A is #B2B095. Grayscale: #515151. Windows color (decimal): -11710614 or 6967117. OLE color: 6967117.
HSL color Cylindrical-coordinate representation of color #4D4F6A: hue angle of 235.86º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D4F6A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 79 | 106 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.58 |
| HSL | 235.86º | 0.16% | 0.36% | - |
| HSV(B) | 235.86º | 0.27% | 0.42% | - |
| XYZ | 8.46 | 8.21 | 14.77 | - |
| YUV | 81.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 106 | 0.27 | 0.25 | 0 | 0.58 | 235.86 | 0.16 | 0.36 |
| Hex | 4D | 4F | 6A | 1B | 19 | 0 | 3A | EC | 10 | 24 |
| Octal | 115 | 117 | 152 | 33 | 31 | 0 | 72 | 354 | 20 | 44 |
| Binary | 1001101 | 1001111 | 1101010 | 11011 | 11001 | 0 | 111010 | 11101100 | 10000 | 100100 |
Color Harmonies of #4D4F6A
Complementary color
Monochromatic Colors of #4D4F6A
Black with #4D4F6A
Text Example
Text Example
White with #4D4F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F6A; }
p { color: rgb(77,79,106); }
H1.HeaderClassName
{
color: #4D4F6A;
}
.AnyTagClassName
{
color: #4D4F6A;
}
</style>
background-color css
<style>
a { background-color: #4D4F6A; }
a { background-color: rgb(77,79,106); }
div.DivClassName
{
background-color: #4D4F6A;
}
.BgClassName
{
background-color: #4D4F6A;
}
</style>
border-color css
<style>
span { border-color: #4D4F6A; }
span { border-color: rgb(77,79,106); }
td.TdClassName
{
border-color: #4D4F6A;
}
.TagClassName
{
border-color: #4D4F6A;
}
</style>