Shades of Cornflower Blue #4BABFF
Tints of Cornflower Blue #4BABFF
RGB
CMYK
RGB Variations
Color information
#4BABFF (or 0x4BABFF) is known color: Cornflower Blue. HEX triplet: 4B, AB and FF. RGB value is (75,171,255). Sum of RGB (Red+Green+Blue) = 75+171+255=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BABFF is #B45400. Grayscale: #979797. Windows color (decimal): -11817985 or 16755531. OLE color: 16755531.
HSL color Cylindrical-coordinate representation of color #4BABFF: hue angle of 208º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BABFF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 171 | 255 | - |
| CMYK | 0.71 | 0.33 | 0 | 0 |
| HSL | 208º | 1% | 0.65% | - |
| HSV(B) | 208º | 0.71% | 1% | - |
| XYZ | 35.51 | 37.84 | 100.04 | - |
| YUV | 151.87 | 186.2 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 255 | 0.71 | 0.33 | 0 | 0 | 208 | 1 | 0.65 |
| Hex | 4B | AB | FF | 47 | 21 | 0 | 0 | D0 | 64 | 41 |
| Octal | 113 | 253 | 377 | 107 | 41 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001011 | 10101011 | 11111111 | 1000111 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4BABFF
Complementary color
Monochromatic Colors of #4BABFF
Black with #4BABFF
Text Example
Text Example
White with #4BABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABFF; }
p { color: rgb(75,171,255); }
H1.HeaderClassName
{
color: #4BABFF;
}
.AnyTagClassName
{
color: #4BABFF;
}
</style>
background-color css
<style>
a { background-color: #4BABFF; }
a { background-color: rgb(75,171,255); }
div.DivClassName
{
background-color: #4BABFF;
}
.BgClassName
{
background-color: #4BABFF;
}
</style>
border-color css
<style>
span { border-color: #4BABFF; }
span { border-color: rgb(75,171,255); }
td.TdClassName
{
border-color: #4BABFF;
}
.TagClassName
{
border-color: #4BABFF;
}
</style>