Shades of Corn Flower Blue #4E4F6D
Tints of Corn Flower Blue #4E4F6D
RGB
CMYK
RGB Variations
Color information
#4E4F6D (or 0x4E4F6D) is known color: Corn Flower Blue. HEX triplet: 4E, 4F and 6D. RGB value is (78,79,109). Sum of RGB (Red+Green+Blue) = 78+79+109=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F6D is #B1B092. Grayscale: #515151. Windows color (decimal): -11645075 or 7163726. OLE color: 7163726.
HSL color Cylindrical-coordinate representation of color #4E4F6D: hue angle of 238.06º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E4F6D is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 79 | 109 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.57 |
| HSL | 238.06º | 0.17% | 0.37% | - |
| HSV(B) | 238.06º | 0.28% | 0.43% | - |
| XYZ | 8.7 | 8.32 | 15.61 | - |
| YUV | 82.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 109 | 0.28 | 0.28 | 0 | 0.57 | 238.06 | 0.17 | 0.37 |
| Hex | 4E | 4F | 6D | 1C | 1C | 0 | 39 | EE | 11 | 25 |
| Octal | 116 | 117 | 155 | 34 | 34 | 0 | 71 | 356 | 21 | 45 |
| Binary | 1001110 | 1001111 | 1101101 | 11100 | 11100 | 0 | 111001 | 11101110 | 10001 | 100101 |
Color Harmonies of #4E4F6D
Complementary color
Monochromatic Colors of #4E4F6D
Black with #4E4F6D
Text Example
Text Example
White with #4E4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F6D; }
p { color: rgb(78,79,109); }
H1.HeaderClassName
{
color: #4E4F6D;
}
.AnyTagClassName
{
color: #4E4F6D;
}
</style>
background-color css
<style>
a { background-color: #4E4F6D; }
a { background-color: rgb(78,79,109); }
div.DivClassName
{
background-color: #4E4F6D;
}
.BgClassName
{
background-color: #4E4F6D;
}
</style>
border-color css
<style>
span { border-color: #4E4F6D; }
span { border-color: rgb(78,79,109); }
td.TdClassName
{
border-color: #4E4F6D;
}
.TagClassName
{
border-color: #4E4F6D;
}
</style>