Shades of Cornflower Blue #4C9BFF
Tints of Cornflower Blue #4C9BFF
RGB
CMYK
RGB Variations
Color information
#4C9BFF (or 0x4C9BFF) is known color: Cornflower Blue. HEX triplet: 4C, 9B and FF. RGB value is (76,155,255). Sum of RGB (Red+Green+Blue) = 76+155+255=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9BFF is #B36400. Grayscale: #8E8E8E. Windows color (decimal): -11756545 or 16751436. OLE color: 16751436.
HSL color Cylindrical-coordinate representation of color #4C9BFF: hue angle of 213.52º 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 #4C9BFF is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 155 | 255 | - |
| CMYK | 0.70 | 0.39 | 0 | 0 |
| HSL | 213.52º | 1% | 0.65% | - |
| HSV(B) | 213.52º | 0.7% | 1% | - |
| XYZ | 32.75 | 32.2 | 99.1 | - |
| YUV | 142.78 | 191.33 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 255 | 0.70 | 0.39 | 0 | 0 | 213.52 | 1 | 0.65 |
| Hex | 4C | 9B | FF | 46 | 27 | 0 | 0 | D6 | 64 | 41 |
| Octal | 114 | 233 | 377 | 106 | 47 | 0 | 0 | 326 | 144 | 101 |
| Binary | 1001100 | 10011011 | 11111111 | 1000110 | 100111 | 0 | 0 | 11010110 | 1100100 | 1000001 |
Color Harmonies of #4C9BFF
Complementary color
Monochromatic Colors of #4C9BFF
Black with #4C9BFF
Text Example
Text Example
White with #4C9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9BFF; }
p { color: rgb(76,155,255); }
H1.HeaderClassName
{
color: #4C9BFF;
}
.AnyTagClassName
{
color: #4C9BFF;
}
</style>
background-color css
<style>
a { background-color: #4C9BFF; }
a { background-color: rgb(76,155,255); }
div.DivClassName
{
background-color: #4C9BFF;
}
.BgClassName
{
background-color: #4C9BFF;
}
</style>
border-color css
<style>
span { border-color: #4C9BFF; }
span { border-color: rgb(76,155,255); }
td.TdClassName
{
border-color: #4C9BFF;
}
.TagClassName
{
border-color: #4C9BFF;
}
</style>