Shades of Cornflower Blue #4A8DE3
Tints of Cornflower Blue #4A8DE3
RGB
CMYK
RGB Variations
Color information
#4A8DE3 (or 0x4A8DE3) is known color: Cornflower Blue. HEX triplet: 4A, 8D and E3. RGB value is (74,141,227). Sum of RGB (Red+Green+Blue) = 74+141+227=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #4A8DE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8DE3 is #B5721C. Grayscale: #828282. Windows color (decimal): -11891229 or 14912842. OLE color: 14912842.
HSL color Cylindrical-coordinate representation of color #4A8DE3: hue angle of 213.73º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A8DE3 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 141 | 227 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.11 |
| HSL | 213.73º | 0.73% | 0.59% | - |
| HSV(B) | 213.73º | 0.67% | 0.89% | - |
| XYZ | 26.21 | 26.05 | 76.32 | - |
| YUV | 130.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 227 | 0.67 | 0.38 | 0 | 0.11 | 213.73 | 0.73 | 0.59 |
| Hex | 4A | 8D | E3 | 43 | 26 | 0 | B | D6 | 49 | 3B |
| Octal | 112 | 215 | 343 | 103 | 46 | 0 | 13 | 326 | 111 | 73 |
| Binary | 1001010 | 10001101 | 11100011 | 1000011 | 100110 | 0 | 1011 | 11010110 | 1001001 | 111011 |
Color Harmonies of #4A8DE3
Complementary color
Monochromatic Colors of #4A8DE3
Black with #4A8DE3
Text Example
Text Example
White with #4A8DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DE3; }
p { color: rgb(74,141,227); }
H1.HeaderClassName
{
color: #4A8DE3;
}
.AnyTagClassName
{
color: #4A8DE3;
}
</style>
background-color css
<style>
a { background-color: #4A8DE3; }
a { background-color: rgb(74,141,227); }
div.DivClassName
{
background-color: #4A8DE3;
}
.BgClassName
{
background-color: #4A8DE3;
}
</style>
border-color css
<style>
span { border-color: #4A8DE3; }
span { border-color: rgb(74,141,227); }
td.TdClassName
{
border-color: #4A8DE3;
}
.TagClassName
{
border-color: #4A8DE3;
}
</style>