Shades of Cornflower Blue #479DF6
Tints of Cornflower Blue #479DF6
RGB
CMYK
RGB Variations
Color information
#479DF6 (or 0x479DF6) is known color: Cornflower Blue. HEX triplet: 47, 9D and F6. RGB value is (71,157,246). Sum of RGB (Red+Green+Blue) = 71+157+246=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #479DF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DF6 is #B86209. Grayscale: #8C8C8C. Windows color (decimal): -12083722 or 16162119. OLE color: 16162119.
HSL color Cylindrical-coordinate representation of color #479DF6: hue angle of 210.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479DF6 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 157 | 246 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.04 |
| HSL | 210.51º | 0.91% | 0.62% | - |
| HSV(B) | 210.51º | 0.71% | 0.96% | - |
| XYZ | 31.29 | 32.11 | 91.74 | - |
| YUV | 141.43 | 187.01 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 246 | 0.71 | 0.36 | 0 | 0.04 | 210.51 | 0.91 | 0.62 |
| Hex | 47 | 9D | F6 | 47 | 24 | 0 | 4 | D3 | 5B | 3E |
| Octal | 107 | 235 | 366 | 107 | 44 | 0 | 4 | 323 | 133 | 76 |
| Binary | 1000111 | 10011101 | 11110110 | 1000111 | 100100 | 0 | 100 | 11010011 | 1011011 | 111110 |
Color Harmonies of #479DF6
Complementary color
Monochromatic Colors of #479DF6
Black with #479DF6
Text Example
Text Example
White with #479DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DF6; }
p { color: rgb(71,157,246); }
H1.HeaderClassName
{
color: #479DF6;
}
.AnyTagClassName
{
color: #479DF6;
}
</style>
background-color css
<style>
a { background-color: #479DF6; }
a { background-color: rgb(71,157,246); }
div.DivClassName
{
background-color: #479DF6;
}
.BgClassName
{
background-color: #479DF6;
}
</style>
border-color css
<style>
span { border-color: #479DF6; }
span { border-color: rgb(71,157,246); }
td.TdClassName
{
border-color: #479DF6;
}
.TagClassName
{
border-color: #479DF6;
}
</style>