Shades of Cornflower Blue #478FE4
Tints of Cornflower Blue #478FE4
RGB
CMYK
RGB Variations
Color information
#478FE4 (or 0x478FE4) is known color: Cornflower Blue. HEX triplet: 47, 8F and E4. RGB value is (71,143,228). Sum of RGB (Red+Green+Blue) = 71+143+228=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #478FE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FE4 is #B8701B. Grayscale: #828282. Windows color (decimal): -12087324 or 14978887. OLE color: 14978887.
HSL color Cylindrical-coordinate representation of color #478FE4: hue angle of 212.48º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #478FE4 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 143 | 228 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.11 |
| HSL | 212.48º | 0.74% | 0.59% | - |
| HSV(B) | 212.48º | 0.69% | 0.89% | - |
| XYZ | 26.42 | 26.59 | 77.14 | - |
| YUV | 131.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 228 | 0.69 | 0.37 | 0 | 0.11 | 212.48 | 0.74 | 0.59 |
| Hex | 47 | 8F | E4 | 45 | 25 | 0 | B | D4 | 4A | 3B |
| Octal | 107 | 217 | 344 | 105 | 45 | 0 | 13 | 324 | 112 | 73 |
| Binary | 1000111 | 10001111 | 11100100 | 1000101 | 100101 | 0 | 1011 | 11010100 | 1001010 | 111011 |
Color Harmonies of #478FE4
Complementary color
Monochromatic Colors of #478FE4
Black with #478FE4
Text Example
Text Example
White with #478FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FE4; }
p { color: rgb(71,143,228); }
H1.HeaderClassName
{
color: #478FE4;
}
.AnyTagClassName
{
color: #478FE4;
}
</style>
background-color css
<style>
a { background-color: #478FE4; }
a { background-color: rgb(71,143,228); }
div.DivClassName
{
background-color: #478FE4;
}
.BgClassName
{
background-color: #478FE4;
}
</style>
border-color css
<style>
span { border-color: #478FE4; }
span { border-color: rgb(71,143,228); }
td.TdClassName
{
border-color: #478FE4;
}
.TagClassName
{
border-color: #478FE4;
}
</style>