Shades of Corn Flower Blue #4F4E6A
Tints of Corn Flower Blue #4F4E6A
RGB
CMYK
RGB Variations
Color information
#4F4E6A (or 0x4F4E6A) is known color: Corn Flower Blue. HEX triplet: 4F, 4E and 6A. RGB value is (79,78,106). Sum of RGB (Red+Green+Blue) = 79+78+106=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F4E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E6A is #B0B195. Grayscale: #515151. Windows color (decimal): -11579798 or 6966863. OLE color: 6966863.
HSL color Cylindrical-coordinate representation of color #4F4E6A: hue angle of 242.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F4E6A is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 78 | 106 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.58 |
| HSL | 242.14º | 0.15% | 0.36% | - |
| HSV(B) | 242.14º | 0.26% | 0.42% | - |
| XYZ | 8.55 | 8.15 | 14.76 | - |
| YUV | 81.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 106 | 0.25 | 0.26 | 0 | 0.58 | 242.14 | 0.15 | 0.36 |
| Hex | 4F | 4E | 6A | 19 | 1A | 0 | 3A | F2 | F | 24 |
| Octal | 117 | 116 | 152 | 31 | 32 | 0 | 72 | 362 | 17 | 44 |
| Binary | 1001111 | 1001110 | 1101010 | 11001 | 11010 | 0 | 111010 | 11110010 | 1111 | 100100 |
Color Harmonies of #4F4E6A
Complementary color
Monochromatic Colors of #4F4E6A
Black with #4F4E6A
Text Example
Text Example
White with #4F4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E6A; }
p { color: rgb(79,78,106); }
H1.HeaderClassName
{
color: #4F4E6A;
}
.AnyTagClassName
{
color: #4F4E6A;
}
</style>
background-color css
<style>
a { background-color: #4F4E6A; }
a { background-color: rgb(79,78,106); }
div.DivClassName
{
background-color: #4F4E6A;
}
.BgClassName
{
background-color: #4F4E6A;
}
</style>
border-color css
<style>
span { border-color: #4F4E6A; }
span { border-color: rgb(79,78,106); }
td.TdClassName
{
border-color: #4F4E6A;
}
.TagClassName
{
border-color: #4F4E6A;
}
</style>