Shades of Cornflower Blue #4A8FF3
Tints of Cornflower Blue #4A8FF3
RGB
CMYK
RGB Variations
Color information
#4A8FF3 (or 0x4A8FF3) is known color: Cornflower Blue. HEX triplet: 4A, 8F and F3. RGB value is (74,143,243). Sum of RGB (Red+Green+Blue) = 74+143+243=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A8FF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8FF3 is #B5700C. Grayscale: #858585. Windows color (decimal): -11890701 or 15961930. OLE color: 15961930.
HSL color Cylindrical-coordinate representation of color #4A8FF3: hue angle of 215.5º 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 #4A8FF3 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 143 | 243 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.05 |
| HSL | 215.5º | 0.88% | 0.62% | - |
| HSV(B) | 215.5º | 0.7% | 0.95% | - |
| XYZ | 28.82 | 27.57 | 88.6 | - |
| YUV | 133.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 243 | 0.70 | 0.41 | 0 | 0.05 | 215.5 | 0.88 | 0.62 |
| Hex | 4A | 8F | F3 | 46 | 29 | 0 | 5 | D8 | 58 | 3E |
| Octal | 112 | 217 | 363 | 106 | 51 | 0 | 5 | 330 | 130 | 76 |
| Binary | 1001010 | 10001111 | 11110011 | 1000110 | 101001 | 0 | 101 | 11011000 | 1011000 | 111110 |
Color Harmonies of #4A8FF3
Complementary color
Monochromatic Colors of #4A8FF3
Black with #4A8FF3
Text Example
Text Example
White with #4A8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FF3; }
p { color: rgb(74,143,243); }
H1.HeaderClassName
{
color: #4A8FF3;
}
.AnyTagClassName
{
color: #4A8FF3;
}
</style>
background-color css
<style>
a { background-color: #4A8FF3; }
a { background-color: rgb(74,143,243); }
div.DivClassName
{
background-color: #4A8FF3;
}
.BgClassName
{
background-color: #4A8FF3;
}
</style>
border-color css
<style>
span { border-color: #4A8FF3; }
span { border-color: rgb(74,143,243); }
td.TdClassName
{
border-color: #4A8FF3;
}
.TagClassName
{
border-color: #4A8FF3;
}
</style>