Shades of Cornflower Blue #4B91FE
Tints of Cornflower Blue #4B91FE
RGB
CMYK
RGB Variations
Color information
#4B91FE (or 0x4B91FE) is known color: Cornflower Blue. HEX triplet: 4B, 91 and FE. RGB value is (75,145,254). Sum of RGB (Red+Green+Blue) = 75+145+254=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B91FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B91FE is #B46E01. Grayscale: #878787. Windows color (decimal): -11824642 or 16683339. OLE color: 16683339.
HSL color Cylindrical-coordinate representation of color #4B91FE: hue angle of 216.54º 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 #4B91FE is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 145 | 254 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.00 |
| HSL | 216.54º | 0.99% | 0.65% | - |
| HSV(B) | 216.54º | 0.7% | 1% | - |
| XYZ | 30.92 | 28.9 | 97.72 | - |
| YUV | 136.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 254 | 0.70 | 0.43 | 0 | 0.00 | 216.54 | 0.99 | 0.65 |
| Hex | 4B | 91 | FE | 46 | 2B | 0 | 0 | D9 | 63 | 41 |
| Octal | 113 | 221 | 376 | 106 | 53 | 0 | 0 | 331 | 143 | 101 |
| Binary | 1001011 | 10010001 | 11111110 | 1000110 | 101011 | 0 | 0 | 11011001 | 1100011 | 1000001 |
Color Harmonies of #4B91FE
Complementary color
Monochromatic Colors of #4B91FE
Black with #4B91FE
Text Example
Text Example
White with #4B91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B91FE; }
p { color: rgb(75,145,254); }
H1.HeaderClassName
{
color: #4B91FE;
}
.AnyTagClassName
{
color: #4B91FE;
}
</style>
background-color css
<style>
a { background-color: #4B91FE; }
a { background-color: rgb(75,145,254); }
div.DivClassName
{
background-color: #4B91FE;
}
.BgClassName
{
background-color: #4B91FE;
}
</style>
border-color css
<style>
span { border-color: #4B91FE; }
span { border-color: rgb(75,145,254); }
td.TdClassName
{
border-color: #4B91FE;
}
.TagClassName
{
border-color: #4B91FE;
}
</style>