Shades of Cornflower Blue #4CAAFC
Tints of Cornflower Blue #4CAAFC
RGB
CMYK
RGB Variations
Color information
#4CAAFC (or 0x4CAAFC) is known color: Cornflower Blue. HEX triplet: 4C, AA and FC. RGB value is (76,170,252). Sum of RGB (Red+Green+Blue) = 76+170+252=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CAAFC is #B35503. Grayscale: #969696. Windows color (decimal): -11752708 or 16558668. OLE color: 16558668.
HSL color Cylindrical-coordinate representation of color #4CAAFC: hue angle of 207.95º 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 #4CAAFC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 170 | 252 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.01 |
| HSL | 207.95º | 0.97% | 0.64% | - |
| HSV(B) | 207.95º | 0.7% | 0.99% | - |
| XYZ | 34.93 | 37.31 | 97.46 | - |
| YUV | 151.24 | 184.86 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 252 | 0.70 | 0.33 | 0 | 0.01 | 207.95 | 0.97 | 0.64 |
| Hex | 4C | AA | FC | 46 | 21 | 0 | 1 | D0 | 61 | 40 |
| Octal | 114 | 252 | 374 | 106 | 41 | 0 | 1 | 320 | 141 | 100 |
| Binary | 1001100 | 10101010 | 11111100 | 1000110 | 100001 | 0 | 1 | 11010000 | 1100001 | 1000000 |
Color Harmonies of #4CAAFC
Complementary color
Monochromatic Colors of #4CAAFC
Black with #4CAAFC
Text Example
Text Example
White with #4CAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAAFC; }
p { color: rgb(76,170,252); }
H1.HeaderClassName
{
color: #4CAAFC;
}
.AnyTagClassName
{
color: #4CAAFC;
}
</style>
background-color css
<style>
a { background-color: #4CAAFC; }
a { background-color: rgb(76,170,252); }
div.DivClassName
{
background-color: #4CAAFC;
}
.BgClassName
{
background-color: #4CAAFC;
}
</style>
border-color css
<style>
span { border-color: #4CAAFC; }
span { border-color: rgb(76,170,252); }
td.TdClassName
{
border-color: #4CAAFC;
}
.TagClassName
{
border-color: #4CAAFC;
}
</style>