Shades of Cornflower Blue #4CABFC
Tints of Cornflower Blue #4CABFC
RGB
CMYK
RGB Variations
Color information
#4CABFC (or 0x4CABFC) is known color: Cornflower Blue. HEX triplet: 4C, AB and FC. RGB value is (76,171,252). Sum of RGB (Red+Green+Blue) = 76+171+252=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CABFC is #B35403. Grayscale: #979797. Windows color (decimal): -11752452 or 16558924. OLE color: 16558924.
HSL color Cylindrical-coordinate representation of color #4CABFC: hue angle of 207.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CABFC is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 171 | 252 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.01 |
| HSL | 207.61º | 0.97% | 0.64% | - |
| HSV(B) | 207.61º | 0.7% | 0.99% | - |
| XYZ | 35.11 | 37.69 | 97.52 | - |
| YUV | 151.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 252 | 0.70 | 0.32 | 0 | 0.01 | 207.61 | 0.97 | 0.64 |
| Hex | 4C | AB | FC | 46 | 20 | 0 | 1 | D0 | 61 | 40 |
| Octal | 114 | 253 | 374 | 106 | 40 | 0 | 1 | 320 | 141 | 100 |
| Binary | 1001100 | 10101011 | 11111100 | 1000110 | 100000 | 0 | 1 | 11010000 | 1100001 | 1000000 |
Color Harmonies of #4CABFC
Complementary color
Monochromatic Colors of #4CABFC
Black with #4CABFC
Text Example
Text Example
White with #4CABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABFC; }
p { color: rgb(76,171,252); }
H1.HeaderClassName
{
color: #4CABFC;
}
.AnyTagClassName
{
color: #4CABFC;
}
</style>
background-color css
<style>
a { background-color: #4CABFC; }
a { background-color: rgb(76,171,252); }
div.DivClassName
{
background-color: #4CABFC;
}
.BgClassName
{
background-color: #4CABFC;
}
</style>
border-color css
<style>
span { border-color: #4CABFC; }
span { border-color: rgb(76,171,252); }
td.TdClassName
{
border-color: #4CABFC;
}
.TagClassName
{
border-color: #4CABFC;
}
</style>