Shades of Corn Flower Blue #4F4B69
Tints of Corn Flower Blue #4F4B69
RGB
CMYK
RGB Variations
Color information
#4F4B69 (or 0x4F4B69) is known color: Corn Flower Blue. HEX triplet: 4F, 4B and 69. RGB value is (79,75,105). Sum of RGB (Red+Green+Blue) = 79+75+105=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F4B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B69 is #B0B496. Grayscale: #4F4F4F. Windows color (decimal): -11580567 or 6900559. OLE color: 6900559.
HSL color Cylindrical-coordinate representation of color #4F4B69: hue angle of 248º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F4B69 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 75 | 105 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.59 |
| HSL | 248º | 0.17% | 0.35% | - |
| HSV(B) | 248º | 0.29% | 0.41% | - |
| XYZ | 8.29 | 7.71 | 14.42 | - |
| YUV | 79.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 105 | 0.25 | 0.29 | 0 | 0.59 | 248 | 0.17 | 0.35 |
| Hex | 4F | 4B | 69 | 19 | 1D | 0 | 3B | F8 | 11 | 23 |
| Octal | 117 | 113 | 151 | 31 | 35 | 0 | 73 | 370 | 21 | 43 |
| Binary | 1001111 | 1001011 | 1101001 | 11001 | 11101 | 0 | 111011 | 11111000 | 10001 | 100011 |
Color Harmonies of #4F4B69
Complementary color
Monochromatic Colors of #4F4B69
Black with #4F4B69
Text Example
Text Example
White with #4F4B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4B69; }
p { color: rgb(79,75,105); }
H1.HeaderClassName
{
color: #4F4B69;
}
.AnyTagClassName
{
color: #4F4B69;
}
</style>
background-color css
<style>
a { background-color: #4F4B69; }
a { background-color: rgb(79,75,105); }
div.DivClassName
{
background-color: #4F4B69;
}
.BgClassName
{
background-color: #4F4B69;
}
</style>
border-color css
<style>
span { border-color: #4F4B69; }
span { border-color: rgb(79,75,105); }
td.TdClassName
{
border-color: #4F4B69;
}
.TagClassName
{
border-color: #4F4B69;
}
</style>