Shades of Cornflower Blue #4CABFD
Tints of Cornflower Blue #4CABFD
RGB
CMYK
RGB Variations
Color information
#4CABFD (or 0x4CABFD) is known color: Cornflower Blue. HEX triplet: 4C, AB and FD. RGB value is (76,171,253). Sum of RGB (Red+Green+Blue) = 76+171+253=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CABFD is #B35402. Grayscale: #979797. Windows color (decimal): -11752451 or 16624460. OLE color: 16624460.
HSL color Cylindrical-coordinate representation of color #4CABFD: hue angle of 207.8º 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 #4CABFD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 171 | 253 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.01 |
| HSL | 207.8º | 0.98% | 0.65% | - |
| HSV(B) | 207.8º | 0.7% | 0.99% | - |
| XYZ | 35.27 | 37.75 | 98.36 | - |
| YUV | 151.94 | 185.03 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 253 | 0.70 | 0.32 | 0 | 0.01 | 207.8 | 0.98 | 0.65 |
| Hex | 4C | AB | FD | 46 | 20 | 0 | 1 | D0 | 62 | 41 |
| Octal | 114 | 253 | 375 | 106 | 40 | 0 | 1 | 320 | 142 | 101 |
| Binary | 1001100 | 10101011 | 11111101 | 1000110 | 100000 | 0 | 1 | 11010000 | 1100010 | 1000001 |
Color Harmonies of #4CABFD
Complementary color
Monochromatic Colors of #4CABFD
Black with #4CABFD
Text Example
Text Example
White with #4CABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABFD; }
p { color: rgb(76,171,253); }
H1.HeaderClassName
{
color: #4CABFD;
}
.AnyTagClassName
{
color: #4CABFD;
}
</style>
background-color css
<style>
a { background-color: #4CABFD; }
a { background-color: rgb(76,171,253); }
div.DivClassName
{
background-color: #4CABFD;
}
.BgClassName
{
background-color: #4CABFD;
}
</style>
border-color css
<style>
span { border-color: #4CABFD; }
span { border-color: rgb(76,171,253); }
td.TdClassName
{
border-color: #4CABFD;
}
.TagClassName
{
border-color: #4CABFD;
}
</style>