Shades of Cornflower Blue #4B9EEA
Tints of Cornflower Blue #4B9EEA
RGB
CMYK
RGB Variations
Color information
#4B9EEA (or 0x4B9EEA) is known color: Cornflower Blue. HEX triplet: 4B, 9E and EA. RGB value is (75,158,234). Sum of RGB (Red+Green+Blue) = 75+158+234=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B9EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9EEA is #B46115. Grayscale: #8D8D8D. Windows color (decimal): -11821334 or 15375947. OLE color: 15375947.
HSL color Cylindrical-coordinate representation of color #4B9EEA: hue angle of 208.68º 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 #4B9EEA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 158 | 234 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.08 |
| HSL | 208.68º | 0.79% | 0.61% | - |
| HSV(B) | 208.68º | 0.68% | 0.92% | - |
| XYZ | 29.98 | 31.89 | 82.42 | - |
| YUV | 141.85 | 180 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 234 | 0.68 | 0.32 | 0 | 0.08 | 208.68 | 0.79 | 0.61 |
| Hex | 4B | 9E | EA | 44 | 20 | 0 | 8 | D1 | 4F | 3D |
| Octal | 113 | 236 | 352 | 104 | 40 | 0 | 10 | 321 | 117 | 75 |
| Binary | 1001011 | 10011110 | 11101010 | 1000100 | 100000 | 0 | 1000 | 11010001 | 1001111 | 111101 |
Color Harmonies of #4B9EEA
Complementary color
Monochromatic Colors of #4B9EEA
Black with #4B9EEA
Text Example
Text Example
White with #4B9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9EEA; }
p { color: rgb(75,158,234); }
H1.HeaderClassName
{
color: #4B9EEA;
}
.AnyTagClassName
{
color: #4B9EEA;
}
</style>
background-color css
<style>
a { background-color: #4B9EEA; }
a { background-color: rgb(75,158,234); }
div.DivClassName
{
background-color: #4B9EEA;
}
.BgClassName
{
background-color: #4B9EEA;
}
</style>
border-color css
<style>
span { border-color: #4B9EEA; }
span { border-color: rgb(75,158,234); }
td.TdClassName
{
border-color: #4B9EEA;
}
.TagClassName
{
border-color: #4B9EEA;
}
</style>