Shades of Cornflower Blue #4B99FE
Tints of Cornflower Blue #4B99FE
RGB
CMYK
RGB Variations
Color information
#4B99FE (or 0x4B99FE) is known color: Cornflower Blue. HEX triplet: 4B, 99 and FE. RGB value is (75,153,254). Sum of RGB (Red+Green+Blue) = 75+153+254=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B99FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B99FE is #B46601. Grayscale: #8C8C8C. Windows color (decimal): -11822594 or 16685387. OLE color: 16685387.
HSL color Cylindrical-coordinate representation of color #4B99FE: hue angle of 213.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B99FE is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 153 | 254 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.00 |
| HSL | 213.85º | 0.99% | 0.65% | - |
| HSV(B) | 213.85º | 0.7% | 1% | - |
| XYZ | 32.18 | 31.43 | 98.14 | - |
| YUV | 141.19 | 191.66 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 254 | 0.70 | 0.40 | 0 | 0.00 | 213.85 | 0.99 | 0.65 |
| Hex | 4B | 99 | FE | 46 | 28 | 0 | 0 | D6 | 63 | 41 |
| Octal | 113 | 231 | 376 | 106 | 50 | 0 | 0 | 326 | 143 | 101 |
| Binary | 1001011 | 10011001 | 11111110 | 1000110 | 101000 | 0 | 0 | 11010110 | 1100011 | 1000001 |
Color Harmonies of #4B99FE
Complementary color
Monochromatic Colors of #4B99FE
Black with #4B99FE
Text Example
Text Example
White with #4B99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B99FE; }
p { color: rgb(75,153,254); }
H1.HeaderClassName
{
color: #4B99FE;
}
.AnyTagClassName
{
color: #4B99FE;
}
</style>
background-color css
<style>
a { background-color: #4B99FE; }
a { background-color: rgb(75,153,254); }
div.DivClassName
{
background-color: #4B99FE;
}
.BgClassName
{
background-color: #4B99FE;
}
</style>
border-color css
<style>
span { border-color: #4B99FE; }
span { border-color: rgb(75,153,254); }
td.TdClassName
{
border-color: #4B99FE;
}
.TagClassName
{
border-color: #4B99FE;
}
</style>