Shades of Cornflower Blue #4C99FD
Tints of Cornflower Blue #4C99FD
RGB
CMYK
RGB Variations
Color information
#4C99FD (or 0x4C99FD) is known color: Cornflower Blue. HEX triplet: 4C, 99 and FD. RGB value is (76,153,253). Sum of RGB (Red+Green+Blue) = 76+153+253=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C99FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C99FD is #B36602. Grayscale: #8C8C8C. Windows color (decimal): -11757059 or 16619852. OLE color: 16619852.
HSL color Cylindrical-coordinate representation of color #4C99FD: hue angle of 213.9º 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 #4C99FD is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 153 | 253 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.01 |
| HSL | 213.9º | 0.98% | 0.65% | - |
| HSV(B) | 213.9º | 0.7% | 0.99% | - |
| XYZ | 32.1 | 31.41 | 97.3 | - |
| YUV | 141.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 253 | 0.70 | 0.40 | 0 | 0.01 | 213.9 | 0.98 | 0.65 |
| Hex | 4C | 99 | FD | 46 | 28 | 0 | 1 | D6 | 62 | 41 |
| Octal | 114 | 231 | 375 | 106 | 50 | 0 | 1 | 326 | 142 | 101 |
| Binary | 1001100 | 10011001 | 11111101 | 1000110 | 101000 | 0 | 1 | 11010110 | 1100010 | 1000001 |
Color Harmonies of #4C99FD
Complementary color
Monochromatic Colors of #4C99FD
Black with #4C99FD
Text Example
Text Example
White with #4C99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C99FD; }
p { color: rgb(76,153,253); }
H1.HeaderClassName
{
color: #4C99FD;
}
.AnyTagClassName
{
color: #4C99FD;
}
</style>
background-color css
<style>
a { background-color: #4C99FD; }
a { background-color: rgb(76,153,253); }
div.DivClassName
{
background-color: #4C99FD;
}
.BgClassName
{
background-color: #4C99FD;
}
</style>
border-color css
<style>
span { border-color: #4C99FD; }
span { border-color: rgb(76,153,253); }
td.TdClassName
{
border-color: #4C99FD;
}
.TagClassName
{
border-color: #4C99FD;
}
</style>