Shades of Cornflower Blue #4B9EFC
Tints of Cornflower Blue #4B9EFC
RGB
CMYK
RGB Variations
Color information
#4B9EFC (or 0x4B9EFC) is known color: Cornflower Blue. HEX triplet: 4B, 9E and FC. RGB value is (75,158,252). Sum of RGB (Red+Green+Blue) = 75+158+252=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B9EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9EFC is #B46103. Grayscale: #8F8F8F. Windows color (decimal): -11821316 or 16555595. OLE color: 16555595.
HSL color Cylindrical-coordinate representation of color #4B9EFC: hue angle of 211.86º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B9EFC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 158 | 252 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.01 |
| HSL | 211.86º | 0.97% | 0.64% | - |
| HSV(B) | 211.86º | 0.7% | 0.99% | - |
| XYZ | 32.7 | 32.98 | 96.74 | - |
| YUV | 143.9 | 189 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 252 | 0.70 | 0.37 | 0 | 0.01 | 211.86 | 0.97 | 0.64 |
| Hex | 4B | 9E | FC | 46 | 25 | 0 | 1 | D4 | 61 | 40 |
| Octal | 113 | 236 | 374 | 106 | 45 | 0 | 1 | 324 | 141 | 100 |
| Binary | 1001011 | 10011110 | 11111100 | 1000110 | 100101 | 0 | 1 | 11010100 | 1100001 | 1000000 |
Color Harmonies of #4B9EFC
Complementary color
Monochromatic Colors of #4B9EFC
Black with #4B9EFC
Text Example
Text Example
White with #4B9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9EFC; }
p { color: rgb(75,158,252); }
H1.HeaderClassName
{
color: #4B9EFC;
}
.AnyTagClassName
{
color: #4B9EFC;
}
</style>
background-color css
<style>
a { background-color: #4B9EFC; }
a { background-color: rgb(75,158,252); }
div.DivClassName
{
background-color: #4B9EFC;
}
.BgClassName
{
background-color: #4B9EFC;
}
</style>
border-color css
<style>
span { border-color: #4B9EFC; }
span { border-color: rgb(75,158,252); }
td.TdClassName
{
border-color: #4B9EFC;
}
.TagClassName
{
border-color: #4B9EFC;
}
</style>