Shades of Cornflower Blue #4F9AF1
Tints of Cornflower Blue #4F9AF1
RGB
CMYK
RGB Variations
Color information
#4F9AF1 (or 0x4F9AF1) is known color: Cornflower Blue. HEX triplet: 4F, 9A and F1. RGB value is (79,154,241). Sum of RGB (Red+Green+Blue) = 79+154+241=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F9AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F9AF1 is #B0650E. Grayscale: #8D8D8D. Windows color (decimal): -11560207 or 15833679. OLE color: 15833679.
HSL color Cylindrical-coordinate representation of color #4F9AF1: hue angle of 212.22º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F9AF1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 154 | 241 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.05 |
| HSL | 212.22º | 0.85% | 0.63% | - |
| HSV(B) | 212.22º | 0.67% | 0.95% | - |
| XYZ | 30.66 | 31.12 | 87.61 | - |
| YUV | 141.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 241 | 0.67 | 0.36 | 0 | 0.05 | 212.22 | 0.85 | 0.63 |
| Hex | 4F | 9A | F1 | 43 | 24 | 0 | 5 | D4 | 55 | 3F |
| Octal | 117 | 232 | 361 | 103 | 44 | 0 | 5 | 324 | 125 | 77 |
| Binary | 1001111 | 10011010 | 11110001 | 1000011 | 100100 | 0 | 101 | 11010100 | 1010101 | 111111 |
Color Harmonies of #4F9AF1
Complementary color
Monochromatic Colors of #4F9AF1
Black with #4F9AF1
Text Example
Text Example
White with #4F9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9AF1; }
p { color: rgb(79,154,241); }
H1.HeaderClassName
{
color: #4F9AF1;
}
.AnyTagClassName
{
color: #4F9AF1;
}
</style>
background-color css
<style>
a { background-color: #4F9AF1; }
a { background-color: rgb(79,154,241); }
div.DivClassName
{
background-color: #4F9AF1;
}
.BgClassName
{
background-color: #4F9AF1;
}
</style>
border-color css
<style>
span { border-color: #4F9AF1; }
span { border-color: rgb(79,154,241); }
td.TdClassName
{
border-color: #4F9AF1;
}
.TagClassName
{
border-color: #4F9AF1;
}
</style>