Shades of Cornflower Blue #4A8BEF
Tints of Cornflower Blue #4A8BEF
RGB
CMYK
RGB Variations
Color information
#4A8BEF (or 0x4A8BEF) is known color: Cornflower Blue. HEX triplet: 4A, 8B and EF. RGB value is (74,139,239). Sum of RGB (Red+Green+Blue) = 74+139+239=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8BEF is #B57410. Grayscale: #828282. Windows color (decimal): -11891729 or 15698762. OLE color: 15698762.
HSL color Cylindrical-coordinate representation of color #4A8BEF: hue angle of 216.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8BEF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 139 | 239 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.06 |
| HSL | 216.36º | 0.84% | 0.61% | - |
| HSV(B) | 216.36º | 0.69% | 0.94% | - |
| XYZ | 27.64 | 26.15 | 85.25 | - |
| YUV | 130.97 | 188.97 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 239 | 0.69 | 0.42 | 0 | 0.06 | 216.36 | 0.84 | 0.61 |
| Hex | 4A | 8B | EF | 45 | 2A | 0 | 6 | D8 | 54 | 3D |
| Octal | 112 | 213 | 357 | 105 | 52 | 0 | 6 | 330 | 124 | 75 |
| Binary | 1001010 | 10001011 | 11101111 | 1000101 | 101010 | 0 | 110 | 11011000 | 1010100 | 111101 |
Color Harmonies of #4A8BEF
Complementary color
Monochromatic Colors of #4A8BEF
Black with #4A8BEF
Text Example
Text Example
White with #4A8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8BEF; }
p { color: rgb(74,139,239); }
H1.HeaderClassName
{
color: #4A8BEF;
}
.AnyTagClassName
{
color: #4A8BEF;
}
</style>
background-color css
<style>
a { background-color: #4A8BEF; }
a { background-color: rgb(74,139,239); }
div.DivClassName
{
background-color: #4A8BEF;
}
.BgClassName
{
background-color: #4A8BEF;
}
</style>
border-color css
<style>
span { border-color: #4A8BEF; }
span { border-color: rgb(74,139,239); }
td.TdClassName
{
border-color: #4A8BEF;
}
.TagClassName
{
border-color: #4A8BEF;
}
</style>