Shades of Cornflower Blue #478BF6
Tints of Cornflower Blue #478BF6
RGB
CMYK
RGB Variations
Color information
#478BF6 (or 0x478BF6) is known color: Cornflower Blue. HEX triplet: 47, 8B and F6. RGB value is (71,139,246). Sum of RGB (Red+Green+Blue) = 71+139+246=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #478BF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BF6 is #B87409. Grayscale: #828282. Windows color (decimal): -12088330 or 16157511. OLE color: 16157511.
HSL color Cylindrical-coordinate representation of color #478BF6: hue angle of 216.69º 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 #478BF6 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 139 | 246 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.04 |
| HSL | 216.69º | 0.91% | 0.62% | - |
| HSV(B) | 216.69º | 0.71% | 0.96% | - |
| XYZ | 28.47 | 26.46 | 90.8 | - |
| YUV | 130.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 246 | 0.71 | 0.43 | 0 | 0.04 | 216.69 | 0.91 | 0.62 |
| Hex | 47 | 8B | F6 | 47 | 2B | 0 | 4 | D9 | 5B | 3E |
| Octal | 107 | 213 | 366 | 107 | 53 | 0 | 4 | 331 | 133 | 76 |
| Binary | 1000111 | 10001011 | 11110110 | 1000111 | 101011 | 0 | 100 | 11011001 | 1011011 | 111110 |
Color Harmonies of #478BF6
Complementary color
Monochromatic Colors of #478BF6
Black with #478BF6
Text Example
Text Example
White with #478BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BF6; }
p { color: rgb(71,139,246); }
H1.HeaderClassName
{
color: #478BF6;
}
.AnyTagClassName
{
color: #478BF6;
}
</style>
background-color css
<style>
a { background-color: #478BF6; }
a { background-color: rgb(71,139,246); }
div.DivClassName
{
background-color: #478BF6;
}
.BgClassName
{
background-color: #478BF6;
}
</style>
border-color css
<style>
span { border-color: #478BF6; }
span { border-color: rgb(71,139,246); }
td.TdClassName
{
border-color: #478BF6;
}
.TagClassName
{
border-color: #478BF6;
}
</style>