Shades of Cornflower Blue #4CA0FF
Tints of Cornflower Blue #4CA0FF
RGB
CMYK
RGB Variations
Color information
#4CA0FF (or 0x4CA0FF) is known color: Cornflower Blue. HEX triplet: 4C, A0 and FF. RGB value is (76,160,255). Sum of RGB (Red+Green+Blue) = 76+160+255=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CA0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA0FF is #B35F00. Grayscale: #919191. Windows color (decimal): -11755265 or 16752716. OLE color: 16752716.
HSL color Cylindrical-coordinate representation of color #4CA0FF: hue angle of 211.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CA0FF is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 160 | 255 | - |
| CMYK | 0.70 | 0.37 | 0 | 0 |
| HSL | 211.84º | 1% | 0.65% | - |
| HSV(B) | 211.84º | 0.7% | 1% | - |
| XYZ | 33.6 | 33.9 | 99.38 | - |
| YUV | 145.71 | 189.67 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 160 | 255 | 0.70 | 0.37 | 0 | 0 | 211.84 | 1 | 0.65 |
| Hex | 4C | A0 | FF | 46 | 25 | 0 | 0 | D4 | 64 | 41 |
| Octal | 114 | 240 | 377 | 106 | 45 | 0 | 0 | 324 | 144 | 101 |
| Binary | 1001100 | 10100000 | 11111111 | 1000110 | 100101 | 0 | 0 | 11010100 | 1100100 | 1000001 |
Color Harmonies of #4CA0FF
Complementary color
Monochromatic Colors of #4CA0FF
Black with #4CA0FF
Text Example
Text Example
White with #4CA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA0FF; }
p { color: rgb(76,160,255); }
H1.HeaderClassName
{
color: #4CA0FF;
}
.AnyTagClassName
{
color: #4CA0FF;
}
</style>
background-color css
<style>
a { background-color: #4CA0FF; }
a { background-color: rgb(76,160,255); }
div.DivClassName
{
background-color: #4CA0FF;
}
.BgClassName
{
background-color: #4CA0FF;
}
</style>
border-color css
<style>
span { border-color: #4CA0FF; }
span { border-color: rgb(76,160,255); }
td.TdClassName
{
border-color: #4CA0FF;
}
.TagClassName
{
border-color: #4CA0FF;
}
</style>