Shades of Cornflower Blue #478BE4
Tints of Cornflower Blue #478BE4
RGB
CMYK
RGB Variations
Color information
#478BE4 (or 0x478BE4) is known color: Cornflower Blue. HEX triplet: 47, 8B and E4. RGB value is (71,139,228). Sum of RGB (Red+Green+Blue) = 71+139+228=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #478BE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BE4 is #B8741B. Grayscale: #808080. Windows color (decimal): -12088348 or 14977863. OLE color: 14977863.
HSL color Cylindrical-coordinate representation of color #478BE4: hue angle of 214.01º 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 #478BE4 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 139 | 228 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.11 |
| HSL | 214.01º | 0.74% | 0.59% | - |
| HSV(B) | 214.01º | 0.69% | 0.89% | - |
| XYZ | 25.83 | 25.41 | 76.94 | - |
| YUV | 128.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 228 | 0.69 | 0.39 | 0 | 0.11 | 214.01 | 0.74 | 0.59 |
| Hex | 47 | 8B | E4 | 45 | 27 | 0 | B | D6 | 4A | 3B |
| Octal | 107 | 213 | 344 | 105 | 47 | 0 | 13 | 326 | 112 | 73 |
| Binary | 1000111 | 10001011 | 11100100 | 1000101 | 100111 | 0 | 1011 | 11010110 | 1001010 | 111011 |
Color Harmonies of #478BE4
Complementary color
Monochromatic Colors of #478BE4
Black with #478BE4
Text Example
Text Example
White with #478BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BE4; }
p { color: rgb(71,139,228); }
H1.HeaderClassName
{
color: #478BE4;
}
.AnyTagClassName
{
color: #478BE4;
}
</style>
background-color css
<style>
a { background-color: #478BE4; }
a { background-color: rgb(71,139,228); }
div.DivClassName
{
background-color: #478BE4;
}
.BgClassName
{
background-color: #478BE4;
}
</style>
border-color css
<style>
span { border-color: #478BE4; }
span { border-color: rgb(71,139,228); }
td.TdClassName
{
border-color: #478BE4;
}
.TagClassName
{
border-color: #478BE4;
}
</style>