Shades of Cornflower Blue #4FA3FF
Tints of Cornflower Blue #4FA3FF
RGB
CMYK
RGB Variations
Color information
#4FA3FF (or 0x4FA3FF) is known color: Cornflower Blue. HEX triplet: 4F, A3 and FF. RGB value is (79,163,255). Sum of RGB (Red+Green+Blue) = 79+163+255=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FA3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA3FF is #B05C00. Grayscale: #939393. Windows color (decimal): -11557889 or 16753487. OLE color: 16753487.
HSL color Cylindrical-coordinate representation of color #4FA3FF: hue angle of 211.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FA3FF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 163 | 255 | - |
| CMYK | 0.69 | 0.36 | 0 | 0 |
| HSL | 211.36º | 1% | 0.65% | - |
| HSV(B) | 211.36º | 0.69% | 1% | - |
| XYZ | 34.37 | 35.08 | 99.57 | - |
| YUV | 148.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 255 | 0.69 | 0.36 | 0 | 0 | 211.36 | 1 | 0.65 |
| Hex | 4F | A3 | FF | 45 | 24 | 0 | 0 | D3 | 64 | 41 |
| Octal | 117 | 243 | 377 | 105 | 44 | 0 | 0 | 323 | 144 | 101 |
| Binary | 1001111 | 10100011 | 11111111 | 1000101 | 100100 | 0 | 0 | 11010011 | 1100100 | 1000001 |
Color Harmonies of #4FA3FF
Complementary color
Monochromatic Colors of #4FA3FF
Black with #4FA3FF
Text Example
Text Example
White with #4FA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA3FF; }
p { color: rgb(79,163,255); }
H1.HeaderClassName
{
color: #4FA3FF;
}
.AnyTagClassName
{
color: #4FA3FF;
}
</style>
background-color css
<style>
a { background-color: #4FA3FF; }
a { background-color: rgb(79,163,255); }
div.DivClassName
{
background-color: #4FA3FF;
}
.BgClassName
{
background-color: #4FA3FF;
}
</style>
border-color css
<style>
span { border-color: #4FA3FF; }
span { border-color: rgb(79,163,255); }
td.TdClassName
{
border-color: #4FA3FF;
}
.TagClassName
{
border-color: #4FA3FF;
}
</style>