Shades of Cornflower Blue #4BA3EF
Tints of Cornflower Blue #4BA3EF
RGB
CMYK
RGB Variations
Color information
#4BA3EF (or 0x4BA3EF) is known color: Cornflower Blue. HEX triplet: 4B, A3 and EF. RGB value is (75,163,239). Sum of RGB (Red+Green+Blue) = 75+163+239=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BA3EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA3EF is #B45C10. Grayscale: #909090. Windows color (decimal): -11820049 or 15704907. OLE color: 15704907.
HSL color Cylindrical-coordinate representation of color #4BA3EF: hue angle of 207.8º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA3EF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 163 | 239 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.06 |
| HSL | 207.8º | 0.84% | 0.62% | - |
| HSV(B) | 207.8º | 0.69% | 0.94% | - |
| XYZ | 31.58 | 33.92 | 86.54 | - |
| YUV | 145.35 | 180.85 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 239 | 0.69 | 0.32 | 0 | 0.06 | 207.8 | 0.84 | 0.62 |
| Hex | 4B | A3 | EF | 45 | 20 | 0 | 6 | D0 | 54 | 3E |
| Octal | 113 | 243 | 357 | 105 | 40 | 0 | 6 | 320 | 124 | 76 |
| Binary | 1001011 | 10100011 | 11101111 | 1000101 | 100000 | 0 | 110 | 11010000 | 1010100 | 111110 |
Color Harmonies of #4BA3EF
Complementary color
Monochromatic Colors of #4BA3EF
Black with #4BA3EF
Text Example
Text Example
White with #4BA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA3EF; }
p { color: rgb(75,163,239); }
H1.HeaderClassName
{
color: #4BA3EF;
}
.AnyTagClassName
{
color: #4BA3EF;
}
</style>
background-color css
<style>
a { background-color: #4BA3EF; }
a { background-color: rgb(75,163,239); }
div.DivClassName
{
background-color: #4BA3EF;
}
.BgClassName
{
background-color: #4BA3EF;
}
</style>
border-color css
<style>
span { border-color: #4BA3EF; }
span { border-color: rgb(75,163,239); }
td.TdClassName
{
border-color: #4BA3EF;
}
.TagClassName
{
border-color: #4BA3EF;
}
</style>