Shades of Cornflower Blue #4A87F3
Tints of Cornflower Blue #4A87F3
RGB
CMYK
RGB Variations
Color information
#4A87F3 (or 0x4A87F3) is known color: Cornflower Blue. HEX triplet: 4A, 87 and F3. RGB value is (74,135,243). Sum of RGB (Red+Green+Blue) = 74+135+243=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A87F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A87F3 is #B5780C. Grayscale: #808080. Windows color (decimal): -11892749 or 15959882. OLE color: 15959882.
HSL color Cylindrical-coordinate representation of color #4A87F3: hue angle of 218.34º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A87F3 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 135 | 243 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.05 |
| HSL | 218.34º | 0.88% | 0.62% | - |
| HSV(B) | 218.34º | 0.7% | 0.95% | - |
| XYZ | 27.67 | 25.25 | 88.21 | - |
| YUV | 129.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 243 | 0.70 | 0.44 | 0 | 0.05 | 218.34 | 0.88 | 0.62 |
| Hex | 4A | 87 | F3 | 46 | 2C | 0 | 5 | DA | 58 | 3E |
| Octal | 112 | 207 | 363 | 106 | 54 | 0 | 5 | 332 | 130 | 76 |
| Binary | 1001010 | 10000111 | 11110011 | 1000110 | 101100 | 0 | 101 | 11011010 | 1011000 | 111110 |
Color Harmonies of #4A87F3
Complementary color
Monochromatic Colors of #4A87F3
Black with #4A87F3
Text Example
Text Example
White with #4A87F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A87F3; }
p { color: rgb(74,135,243); }
H1.HeaderClassName
{
color: #4A87F3;
}
.AnyTagClassName
{
color: #4A87F3;
}
</style>
background-color css
<style>
a { background-color: #4A87F3; }
a { background-color: rgb(74,135,243); }
div.DivClassName
{
background-color: #4A87F3;
}
.BgClassName
{
background-color: #4A87F3;
}
</style>
border-color css
<style>
span { border-color: #4A87F3; }
span { border-color: rgb(74,135,243); }
td.TdClassName
{
border-color: #4A87F3;
}
.TagClassName
{
border-color: #4A87F3;
}
</style>