Shades of Cornflower Blue #4BA4FB
Tints of Cornflower Blue #4BA4FB
RGB
CMYK
RGB Variations
Color information
#4BA4FB (or 0x4BA4FB) is known color: Cornflower Blue. HEX triplet: 4B, A4 and FB. RGB value is (75,164,251). Sum of RGB (Red+Green+Blue) = 75+164+251=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BA4FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA4FB is #B45B04. Grayscale: #929292. Windows color (decimal): -11819781 or 16491595. OLE color: 16491595.
HSL color Cylindrical-coordinate representation of color #4BA4FB: hue angle of 209.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA4FB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 164 | 251 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.02 |
| HSL | 209.66º | 0.96% | 0.64% | - |
| HSV(B) | 209.66º | 0.7% | 0.98% | - |
| XYZ | 33.59 | 35.01 | 96.25 | - |
| YUV | 147.31 | 186.51 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 251 | 0.70 | 0.35 | 0 | 0.02 | 209.66 | 0.96 | 0.64 |
| Hex | 4B | A4 | FB | 46 | 23 | 0 | 2 | D2 | 60 | 40 |
| Octal | 113 | 244 | 373 | 106 | 43 | 0 | 2 | 322 | 140 | 100 |
| Binary | 1001011 | 10100100 | 11111011 | 1000110 | 100011 | 0 | 10 | 11010010 | 1100000 | 1000000 |
Color Harmonies of #4BA4FB
Complementary color
Monochromatic Colors of #4BA4FB
Black with #4BA4FB
Text Example
Text Example
White with #4BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4FB; }
p { color: rgb(75,164,251); }
H1.HeaderClassName
{
color: #4BA4FB;
}
.AnyTagClassName
{
color: #4BA4FB;
}
</style>
background-color css
<style>
a { background-color: #4BA4FB; }
a { background-color: rgb(75,164,251); }
div.DivClassName
{
background-color: #4BA4FB;
}
.BgClassName
{
background-color: #4BA4FB;
}
</style>
border-color css
<style>
span { border-color: #4BA4FB; }
span { border-color: rgb(75,164,251); }
td.TdClassName
{
border-color: #4BA4FB;
}
.TagClassName
{
border-color: #4BA4FB;
}
</style>