Shades of Cornflower Blue #478AFF
Tints of Cornflower Blue #478AFF
RGB
CMYK
RGB Variations
Color information
#478AFF (or 0x478AFF) is known color: Cornflower Blue. HEX triplet: 47, 8A and FF. RGB value is (71,138,255). Sum of RGB (Red+Green+Blue) = 71+138+255=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #478AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478AFF is #B87500. Grayscale: #828282. Windows color (decimal): -12088577 or 16747079. OLE color: 16747079.
HSL color Cylindrical-coordinate representation of color #478AFF: hue angle of 218.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478AFF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 138 | 255 | - |
| CMYK | 0.72 | 0.46 | 0 | 0 |
| HSL | 218.15º | 1% | 0.64% | - |
| HSV(B) | 218.15º | 0.72% | 1% | - |
| XYZ | 29.74 | 26.74 | 98.2 | - |
| YUV | 131.31 | 197.8 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 255 | 0.72 | 0.46 | 0 | 0 | 218.15 | 1 | 0.64 |
| Hex | 47 | 8A | FF | 48 | 2E | 0 | 0 | DA | 64 | 40 |
| Octal | 107 | 212 | 377 | 110 | 56 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1000111 | 10001010 | 11111111 | 1001000 | 101110 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #478AFF
Complementary color
Monochromatic Colors of #478AFF
Black with #478AFF
Text Example
Text Example
White with #478AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AFF; }
p { color: rgb(71,138,255); }
H1.HeaderClassName
{
color: #478AFF;
}
.AnyTagClassName
{
color: #478AFF;
}
</style>
background-color css
<style>
a { background-color: #478AFF; }
a { background-color: rgb(71,138,255); }
div.DivClassName
{
background-color: #478AFF;
}
.BgClassName
{
background-color: #478AFF;
}
</style>
border-color css
<style>
span { border-color: #478AFF; }
span { border-color: rgb(71,138,255); }
td.TdClassName
{
border-color: #478AFF;
}
.TagClassName
{
border-color: #478AFF;
}
</style>