Shades of Cornflower Blue #479CFF
Tints of Cornflower Blue #479CFF
RGB
CMYK
RGB Variations
Color information
#479CFF (or 0x479CFF) is known color: Cornflower Blue. HEX triplet: 47, 9C and FF. RGB value is (71,156,255). Sum of RGB (Red+Green+Blue) = 71+156+255=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #479CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CFF is #B86300. Grayscale: #8D8D8D. Windows color (decimal): -12083969 or 16751687. OLE color: 16751687.
HSL color Cylindrical-coordinate representation of color #479CFF: hue angle of 212.28º 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 #479CFF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 156 | 255 | - |
| CMYK | 0.72 | 0.39 | 0 | 0 |
| HSL | 212.28º | 1% | 0.64% | - |
| HSV(B) | 212.28º | 0.72% | 1% | - |
| XYZ | 32.54 | 32.34 | 99.13 | - |
| YUV | 141.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 255 | 0.72 | 0.39 | 0 | 0 | 212.28 | 1 | 0.64 |
| Hex | 47 | 9C | FF | 48 | 27 | 0 | 0 | D4 | 64 | 40 |
| Octal | 107 | 234 | 377 | 110 | 47 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1000111 | 10011100 | 11111111 | 1001000 | 100111 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #479CFF
Complementary color
Monochromatic Colors of #479CFF
Black with #479CFF
Text Example
Text Example
White with #479CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CFF; }
p { color: rgb(71,156,255); }
H1.HeaderClassName
{
color: #479CFF;
}
.AnyTagClassName
{
color: #479CFF;
}
</style>
background-color css
<style>
a { background-color: #479CFF; }
a { background-color: rgb(71,156,255); }
div.DivClassName
{
background-color: #479CFF;
}
.BgClassName
{
background-color: #479CFF;
}
</style>
border-color css
<style>
span { border-color: #479CFF; }
span { border-color: rgb(71,156,255); }
td.TdClassName
{
border-color: #479CFF;
}
.TagClassName
{
border-color: #479CFF;
}
</style>