Shades of Cornflower Blue #4A8FEB
Tints of Cornflower Blue #4A8FEB
RGB
CMYK
RGB Variations
Color information
#4A8FEB (or 0x4A8FEB) is known color: Cornflower Blue. HEX triplet: 4A, 8F and EB. RGB value is (74,143,235). Sum of RGB (Red+Green+Blue) = 74+143+235=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A8FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8FEB is #B57014. Grayscale: #848484. Windows color (decimal): -11890709 or 15437642. OLE color: 15437642.
HSL color Cylindrical-coordinate representation of color #4A8FEB: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8FEB is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 143 | 235 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.08 |
| HSL | 214.29º | 0.8% | 0.61% | - |
| HSV(B) | 214.29º | 0.69% | 0.92% | - |
| XYZ | 27.64 | 27.1 | 82.37 | - |
| YUV | 132.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 235 | 0.69 | 0.39 | 0 | 0.08 | 214.29 | 0.8 | 0.61 |
| Hex | 4A | 8F | EB | 45 | 27 | 0 | 8 | D6 | 50 | 3D |
| Octal | 112 | 217 | 353 | 105 | 47 | 0 | 10 | 326 | 120 | 75 |
| Binary | 1001010 | 10001111 | 11101011 | 1000101 | 100111 | 0 | 1000 | 11010110 | 1010000 | 111101 |
Color Harmonies of #4A8FEB
Complementary color
Monochromatic Colors of #4A8FEB
Black with #4A8FEB
Text Example
Text Example
White with #4A8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FEB; }
p { color: rgb(74,143,235); }
H1.HeaderClassName
{
color: #4A8FEB;
}
.AnyTagClassName
{
color: #4A8FEB;
}
</style>
background-color css
<style>
a { background-color: #4A8FEB; }
a { background-color: rgb(74,143,235); }
div.DivClassName
{
background-color: #4A8FEB;
}
.BgClassName
{
background-color: #4A8FEB;
}
</style>
border-color css
<style>
span { border-color: #4A8FEB; }
span { border-color: rgb(74,143,235); }
td.TdClassName
{
border-color: #4A8FEB;
}
.TagClassName
{
border-color: #4A8FEB;
}
</style>