Shades of Corn Flower Blue #4F506D
Tints of Corn Flower Blue #4F506D
RGB
CMYK
RGB Variations
Color information
#4F506D (or 0x4F506D) is known color: Corn Flower Blue. HEX triplet: 4F, 50 and 6D. RGB value is (79,80,109). Sum of RGB (Red+Green+Blue) = 79+80+109=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F506D is #B0AF92. Grayscale: #525252. Windows color (decimal): -11579283 or 7163983. OLE color: 7163983.
HSL color Cylindrical-coordinate representation of color #4F506D: hue angle of 238º degrees, saturation: 0.16, 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 #4F506D is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 80 | 109 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.57 |
| HSL | 238º | 0.16% | 0.37% | - |
| HSV(B) | 238º | 0.28% | 0.43% | - |
| XYZ | 8.85 | 8.5 | 15.64 | - |
| YUV | 83.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 109 | 0.28 | 0.27 | 0 | 0.57 | 238 | 0.16 | 0.37 |
| Hex | 4F | 50 | 6D | 1C | 1B | 0 | 39 | EE | 10 | 25 |
| Octal | 117 | 120 | 155 | 34 | 33 | 0 | 71 | 356 | 20 | 45 |
| Binary | 1001111 | 1010000 | 1101101 | 11100 | 11011 | 0 | 111001 | 11101110 | 10000 | 100101 |
Color Harmonies of #4F506D
Complementary color
Monochromatic Colors of #4F506D
Black with #4F506D
Text Example
Text Example
White with #4F506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F506D; }
p { color: rgb(79,80,109); }
H1.HeaderClassName
{
color: #4F506D;
}
.AnyTagClassName
{
color: #4F506D;
}
</style>
background-color css
<style>
a { background-color: #4F506D; }
a { background-color: rgb(79,80,109); }
div.DivClassName
{
background-color: #4F506D;
}
.BgClassName
{
background-color: #4F506D;
}
</style>
border-color css
<style>
span { border-color: #4F506D; }
span { border-color: rgb(79,80,109); }
td.TdClassName
{
border-color: #4F506D;
}
.TagClassName
{
border-color: #4F506D;
}
</style>