Shades of Cornflower Blue #478CE6
Tints of Cornflower Blue #478CE6
RGB
CMYK
RGB Variations
Color information
#478CE6 (or 0x478CE6) is known color: Cornflower Blue. HEX triplet: 47, 8C and E6. RGB value is (71,140,230). Sum of RGB (Red+Green+Blue) = 71+140+230=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #478CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CE6 is #B87319. Grayscale: #818181. Windows color (decimal): -12088090 or 15109191. OLE color: 15109191.
HSL color Cylindrical-coordinate representation of color #478CE6: hue angle of 213.96º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #478CE6 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 140 | 230 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.10 |
| HSL | 213.96º | 0.76% | 0.59% | - |
| HSV(B) | 213.96º | 0.69% | 0.9% | - |
| XYZ | 26.26 | 25.81 | 78.46 | - |
| YUV | 129.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 230 | 0.69 | 0.39 | 0 | 0.10 | 213.96 | 0.76 | 0.59 |
| Hex | 47 | 8C | E6 | 45 | 27 | 0 | A | D6 | 4C | 3B |
| Octal | 107 | 214 | 346 | 105 | 47 | 0 | 12 | 326 | 114 | 73 |
| Binary | 1000111 | 10001100 | 11100110 | 1000101 | 100111 | 0 | 1010 | 11010110 | 1001100 | 111011 |
Color Harmonies of #478CE6
Complementary color
Monochromatic Colors of #478CE6
Black with #478CE6
Text Example
Text Example
White with #478CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CE6; }
p { color: rgb(71,140,230); }
H1.HeaderClassName
{
color: #478CE6;
}
.AnyTagClassName
{
color: #478CE6;
}
</style>
background-color css
<style>
a { background-color: #478CE6; }
a { background-color: rgb(71,140,230); }
div.DivClassName
{
background-color: #478CE6;
}
.BgClassName
{
background-color: #478CE6;
}
</style>
border-color css
<style>
span { border-color: #478CE6; }
span { border-color: rgb(71,140,230); }
td.TdClassName
{
border-color: #478CE6;
}
.TagClassName
{
border-color: #478CE6;
}
</style>