Shades of Cornflower Blue #4CACFD
Tints of Cornflower Blue #4CACFD
RGB
CMYK
RGB Variations
Color information
#4CACFD (or 0x4CACFD) is known color: Cornflower Blue. HEX triplet: 4C, AC and FD. RGB value is (76,172,253). Sum of RGB (Red+Green+Blue) = 76+172+253=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CACFD is #B35302. Grayscale: #989898. Windows color (decimal): -11752195 or 16624716. OLE color: 16624716.
HSL color Cylindrical-coordinate representation of color #4CACFD: hue angle of 207.46º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CACFD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 172 | 253 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.01 |
| HSL | 207.46º | 0.98% | 0.65% | - |
| HSV(B) | 207.46º | 0.7% | 0.99% | - |
| XYZ | 35.46 | 38.13 | 98.42 | - |
| YUV | 152.53 | 184.7 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 253 | 0.70 | 0.32 | 0 | 0.01 | 207.46 | 0.98 | 0.65 |
| Hex | 4C | AC | FD | 46 | 20 | 0 | 1 | CF | 62 | 41 |
| Octal | 114 | 254 | 375 | 106 | 40 | 0 | 1 | 317 | 142 | 101 |
| Binary | 1001100 | 10101100 | 11111101 | 1000110 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000001 |
Color Harmonies of #4CACFD
Complementary color
Monochromatic Colors of #4CACFD
Black with #4CACFD
Text Example
Text Example
White with #4CACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACFD; }
p { color: rgb(76,172,253); }
H1.HeaderClassName
{
color: #4CACFD;
}
.AnyTagClassName
{
color: #4CACFD;
}
</style>
background-color css
<style>
a { background-color: #4CACFD; }
a { background-color: rgb(76,172,253); }
div.DivClassName
{
background-color: #4CACFD;
}
.BgClassName
{
background-color: #4CACFD;
}
</style>
border-color css
<style>
span { border-color: #4CACFD; }
span { border-color: rgb(76,172,253); }
td.TdClassName
{
border-color: #4CACFD;
}
.TagClassName
{
border-color: #4CACFD;
}
</style>