Shades of Corn Flower Blue #4F4E69
Tints of Corn Flower Blue #4F4E69
RGB
CMYK
RGB Variations
Color information
#4F4E69 (or 0x4F4E69) is known color: Corn Flower Blue. HEX triplet: 4F, 4E and 69. RGB value is (79,78,105). Sum of RGB (Red+Green+Blue) = 79+78+105=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F4E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E69 is #B0B196. Grayscale: #515151. Windows color (decimal): -11579799 or 6901327. OLE color: 6901327.
HSL color Cylindrical-coordinate representation of color #4F4E69: hue angle of 242.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F4E69 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 78 | 105 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.59 |
| HSL | 242.22º | 0.15% | 0.36% | - |
| HSV(B) | 242.22º | 0.26% | 0.41% | - |
| XYZ | 8.5 | 8.13 | 14.49 | - |
| YUV | 81.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 105 | 0.25 | 0.26 | 0 | 0.59 | 242.22 | 0.15 | 0.36 |
| Hex | 4F | 4E | 69 | 19 | 1A | 0 | 3B | F2 | F | 24 |
| Octal | 117 | 116 | 151 | 31 | 32 | 0 | 73 | 362 | 17 | 44 |
| Binary | 1001111 | 1001110 | 1101001 | 11001 | 11010 | 0 | 111011 | 11110010 | 1111 | 100100 |
Color Harmonies of #4F4E69
Complementary color
Monochromatic Colors of #4F4E69
Black with #4F4E69
Text Example
Text Example
White with #4F4E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E69; }
p { color: rgb(79,78,105); }
H1.HeaderClassName
{
color: #4F4E69;
}
.AnyTagClassName
{
color: #4F4E69;
}
</style>
background-color css
<style>
a { background-color: #4F4E69; }
a { background-color: rgb(79,78,105); }
div.DivClassName
{
background-color: #4F4E69;
}
.BgClassName
{
background-color: #4F4E69;
}
</style>
border-color css
<style>
span { border-color: #4F4E69; }
span { border-color: rgb(79,78,105); }
td.TdClassName
{
border-color: #4F4E69;
}
.TagClassName
{
border-color: #4F4E69;
}
</style>