Shades of Cornflower Blue #4F81F6
Tints of Cornflower Blue #4F81F6
RGB
CMYK
RGB Variations
Color information
#4F81F6 (or 0x4F81F6) is known color: Cornflower Blue. HEX triplet: 4F, 81 and F6. RGB value is (79,129,246). Sum of RGB (Red+Green+Blue) = 79+129+246=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #4F81F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F81F6 is #B07E09. Grayscale: #7E7E7E. Windows color (decimal): -11566602 or 16154959. OLE color: 16154959.
HSL color Cylindrical-coordinate representation of color #4F81F6: hue angle of 222.04º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F81F6 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 129 | 246 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.04 |
| HSL | 222.04º | 0.9% | 0.64% | - |
| HSV(B) | 222.04º | 0.68% | 0.96% | - |
| XYZ | 27.71 | 24.02 | 90.36 | - |
| YUV | 127.39 | 194.94 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 246 | 0.68 | 0.48 | 0 | 0.04 | 222.04 | 0.9 | 0.64 |
| Hex | 4F | 81 | F6 | 44 | 30 | 0 | 4 | DE | 5A | 40 |
| Octal | 117 | 201 | 366 | 104 | 60 | 0 | 4 | 336 | 132 | 100 |
| Binary | 1001111 | 10000001 | 11110110 | 1000100 | 110000 | 0 | 100 | 11011110 | 1011010 | 1000000 |
Color Harmonies of #4F81F6
Complementary color
Monochromatic Colors of #4F81F6
Black with #4F81F6
Text Example
Text Example
White with #4F81F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F81F6; }
p { color: rgb(79,129,246); }
H1.HeaderClassName
{
color: #4F81F6;
}
.AnyTagClassName
{
color: #4F81F6;
}
</style>
background-color css
<style>
a { background-color: #4F81F6; }
a { background-color: rgb(79,129,246); }
div.DivClassName
{
background-color: #4F81F6;
}
.BgClassName
{
background-color: #4F81F6;
}
</style>
border-color css
<style>
span { border-color: #4F81F6; }
span { border-color: rgb(79,129,246); }
td.TdClassName
{
border-color: #4F81F6;
}
.TagClassName
{
border-color: #4F81F6;
}
</style>