Shades of Cornflower Blue #4A8BEB
Tints of Cornflower Blue #4A8BEB
RGB
CMYK
RGB Variations
Color information
#4A8BEB (or 0x4A8BEB) is known color: Cornflower Blue. HEX triplet: 4A, 8B and EB. RGB value is (74,139,235). Sum of RGB (Red+Green+Blue) = 74+139+235=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A8BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8BEB is #B57414. Grayscale: #828282. Windows color (decimal): -11891733 or 15436618. OLE color: 15436618.
HSL color Cylindrical-coordinate representation of color #4A8BEB: hue angle of 215.78º 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 #4A8BEB is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 139 | 235 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.08 |
| HSL | 215.78º | 0.8% | 0.61% | - |
| HSV(B) | 215.78º | 0.69% | 0.92% | - |
| XYZ | 27.05 | 25.92 | 82.17 | - |
| YUV | 130.51 | 186.97 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 235 | 0.69 | 0.41 | 0 | 0.08 | 215.78 | 0.8 | 0.61 |
| Hex | 4A | 8B | EB | 45 | 29 | 0 | 8 | D8 | 50 | 3D |
| Octal | 112 | 213 | 353 | 105 | 51 | 0 | 10 | 330 | 120 | 75 |
| Binary | 1001010 | 10001011 | 11101011 | 1000101 | 101001 | 0 | 1000 | 11011000 | 1010000 | 111101 |
Color Harmonies of #4A8BEB
Complementary color
Monochromatic Colors of #4A8BEB
Black with #4A8BEB
Text Example
Text Example
White with #4A8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8BEB; }
p { color: rgb(74,139,235); }
H1.HeaderClassName
{
color: #4A8BEB;
}
.AnyTagClassName
{
color: #4A8BEB;
}
</style>
background-color css
<style>
a { background-color: #4A8BEB; }
a { background-color: rgb(74,139,235); }
div.DivClassName
{
background-color: #4A8BEB;
}
.BgClassName
{
background-color: #4A8BEB;
}
</style>
border-color css
<style>
span { border-color: #4A8BEB; }
span { border-color: rgb(74,139,235); }
td.TdClassName
{
border-color: #4A8BEB;
}
.TagClassName
{
border-color: #4A8BEB;
}
</style>