Shades of Corn Flower Blue #4D4D75
Tints of Corn Flower Blue #4D4D75
RGB
CMYK
RGB Variations
Color information
#4D4D75 (or 0x4D4D75) is known color: Corn Flower Blue. HEX triplet: 4D, 4D and 75. RGB value is (77,77,117). Sum of RGB (Red+Green+Blue) = 77+77+117=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D4D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4D75 is #B2B28A. Grayscale: #515151. Windows color (decimal): -11711115 or 7687501. OLE color: 7687501.
HSL color Cylindrical-coordinate representation of color #4D4D75: hue angle of 240º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4D75 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 77 | 117 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.54 |
| HSL | 240º | 0.21% | 0.38% | - |
| HSV(B) | 240º | 0.34% | 0.46% | - |
| XYZ | 8.93 | 8.17 | 17.94 | - |
| YUV | 81.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 117 | 0.34 | 0.34 | 0 | 0.54 | 240 | 0.21 | 0.38 |
| Hex | 4D | 4D | 75 | 22 | 22 | 0 | 36 | F0 | 15 | 26 |
| Octal | 115 | 115 | 165 | 42 | 42 | 0 | 66 | 360 | 25 | 46 |
| Binary | 1001101 | 1001101 | 1110101 | 100010 | 100010 | 0 | 110110 | 11110000 | 10101 | 100110 |
Color Harmonies of #4D4D75
Complementary color
Monochromatic Colors of #4D4D75
Black with #4D4D75
Text Example
Text Example
White with #4D4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D75; }
p { color: rgb(77,77,117); }
H1.HeaderClassName
{
color: #4D4D75;
}
.AnyTagClassName
{
color: #4D4D75;
}
</style>
background-color css
<style>
a { background-color: #4D4D75; }
a { background-color: rgb(77,77,117); }
div.DivClassName
{
background-color: #4D4D75;
}
.BgClassName
{
background-color: #4D4D75;
}
</style>
border-color css
<style>
span { border-color: #4D4D75; }
span { border-color: rgb(77,77,117); }
td.TdClassName
{
border-color: #4D4D75;
}
.TagClassName
{
border-color: #4D4D75;
}
</style>