Shades of Cornflower Blue #4B9FEA
Tints of Cornflower Blue #4B9FEA
RGB
CMYK
RGB Variations
Color information
#4B9FEA (or 0x4B9FEA) is known color: Cornflower Blue. HEX triplet: 4B, 9F and EA. RGB value is (75,159,234). Sum of RGB (Red+Green+Blue) = 75+159+234=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B9FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9FEA is #B46015. Grayscale: #8E8E8E. Windows color (decimal): -11821078 or 15376203. OLE color: 15376203.
HSL color Cylindrical-coordinate representation of color #4B9FEA: hue angle of 208.3º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B9FEA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 159 | 234 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.08 |
| HSL | 208.3º | 0.79% | 0.61% | - |
| HSV(B) | 208.3º | 0.68% | 0.92% | - |
| XYZ | 30.15 | 32.23 | 82.47 | - |
| YUV | 142.43 | 179.67 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 234 | 0.68 | 0.32 | 0 | 0.08 | 208.3 | 0.79 | 0.61 |
| Hex | 4B | 9F | EA | 44 | 20 | 0 | 8 | D0 | 4F | 3D |
| Octal | 113 | 237 | 352 | 104 | 40 | 0 | 10 | 320 | 117 | 75 |
| Binary | 1001011 | 10011111 | 11101010 | 1000100 | 100000 | 0 | 1000 | 11010000 | 1001111 | 111101 |
Color Harmonies of #4B9FEA
Complementary color
Monochromatic Colors of #4B9FEA
Black with #4B9FEA
Text Example
Text Example
White with #4B9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9FEA; }
p { color: rgb(75,159,234); }
H1.HeaderClassName
{
color: #4B9FEA;
}
.AnyTagClassName
{
color: #4B9FEA;
}
</style>
background-color css
<style>
a { background-color: #4B9FEA; }
a { background-color: rgb(75,159,234); }
div.DivClassName
{
background-color: #4B9FEA;
}
.BgClassName
{
background-color: #4B9FEA;
}
</style>
border-color css
<style>
span { border-color: #4B9FEA; }
span { border-color: rgb(75,159,234); }
td.TdClassName
{
border-color: #4B9FEA;
}
.TagClassName
{
border-color: #4B9FEA;
}
</style>