Shades of Cornflower Blue #4A8FFF
Tints of Cornflower Blue #4A8FFF
RGB
CMYK
RGB Variations
Color information
#4A8FFF (or 0x4A8FFF) is known color: Cornflower Blue. HEX triplet: 4A, 8F and FF. RGB value is (74,143,255). Sum of RGB (Red+Green+Blue) = 74+143+255=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A8FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8FFF is #B57000. Grayscale: #868686. Windows color (decimal): -11890689 or 16748362. OLE color: 16748362.
HSL color Cylindrical-coordinate representation of color #4A8FFF: hue angle of 217.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8FFF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 143 | 255 | - |
| CMYK | 0.71 | 0.44 | 0 | 0 |
| HSL | 217.13º | 1% | 0.65% | - |
| HSV(B) | 217.13º | 0.71% | 1% | - |
| XYZ | 30.7 | 28.32 | 98.46 | - |
| YUV | 135.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 255 | 0.71 | 0.44 | 0 | 0 | 217.13 | 1 | 0.65 |
| Hex | 4A | 8F | FF | 47 | 2C | 0 | 0 | D9 | 64 | 41 |
| Octal | 112 | 217 | 377 | 107 | 54 | 0 | 0 | 331 | 144 | 101 |
| Binary | 1001010 | 10001111 | 11111111 | 1000111 | 101100 | 0 | 0 | 11011001 | 1100100 | 1000001 |
Color Harmonies of #4A8FFF
Complementary color
Monochromatic Colors of #4A8FFF
Black with #4A8FFF
Text Example
Text Example
White with #4A8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FFF; }
p { color: rgb(74,143,255); }
H1.HeaderClassName
{
color: #4A8FFF;
}
.AnyTagClassName
{
color: #4A8FFF;
}
</style>
background-color css
<style>
a { background-color: #4A8FFF; }
a { background-color: rgb(74,143,255); }
div.DivClassName
{
background-color: #4A8FFF;
}
.BgClassName
{
background-color: #4A8FFF;
}
</style>
border-color css
<style>
span { border-color: #4A8FFF; }
span { border-color: rgb(74,143,255); }
td.TdClassName
{
border-color: #4A8FFF;
}
.TagClassName
{
border-color: #4A8FFF;
}
</style>