Shades of Corn Flower Blue #4F4E79
Tints of Corn Flower Blue #4F4E79
RGB
CMYK
RGB Variations
Color information
#4F4E79 (or 0x4F4E79) is known color: Corn Flower Blue. HEX triplet: 4F, 4E and 79. RGB value is (79,78,121). Sum of RGB (Red+Green+Blue) = 79+78+121=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #4F4E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E79 is #B0B186. Grayscale: #535353. Windows color (decimal): -11579783 or 7949903. OLE color: 7949903.
HSL color Cylindrical-coordinate representation of color #4F4E79: hue angle of 241.4º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F4E79 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 78 | 121 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.53 |
| HSL | 241.4º | 0.22% | 0.39% | - |
| HSV(B) | 241.4º | 0.36% | 0.47% | - |
| XYZ | 9.4 | 8.49 | 19.23 | - |
| YUV | 83.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 121 | 0.35 | 0.36 | 0 | 0.53 | 241.4 | 0.22 | 0.39 |
| Hex | 4F | 4E | 79 | 23 | 24 | 0 | 35 | F1 | 16 | 27 |
| Octal | 117 | 116 | 171 | 43 | 44 | 0 | 65 | 361 | 26 | 47 |
| Binary | 1001111 | 1001110 | 1111001 | 100011 | 100100 | 0 | 110101 | 11110001 | 10110 | 100111 |
Color Harmonies of #4F4E79
Complementary color
Monochromatic Colors of #4F4E79
Black with #4F4E79
Text Example
Text Example
White with #4F4E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E79; }
p { color: rgb(79,78,121); }
H1.HeaderClassName
{
color: #4F4E79;
}
.AnyTagClassName
{
color: #4F4E79;
}
</style>
background-color css
<style>
a { background-color: #4F4E79; }
a { background-color: rgb(79,78,121); }
div.DivClassName
{
background-color: #4F4E79;
}
.BgClassName
{
background-color: #4F4E79;
}
</style>
border-color css
<style>
span { border-color: #4F4E79; }
span { border-color: rgb(79,78,121); }
td.TdClassName
{
border-color: #4F4E79;
}
.TagClassName
{
border-color: #4F4E79;
}
</style>