Shades of Cornflower Blue #4A9BFF
Tints of Cornflower Blue #4A9BFF
RGB
CMYK
RGB Variations
Color information
#4A9BFF (or 0x4A9BFF) is known color: Cornflower Blue. HEX triplet: 4A, 9B and FF. RGB value is (74,155,255). Sum of RGB (Red+Green+Blue) = 74+155+255=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9BFF is #B56400. Grayscale: #8D8D8D. Windows color (decimal): -11887617 or 16751434. OLE color: 16751434.
HSL color Cylindrical-coordinate representation of color #4A9BFF: hue angle of 213.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A9BFF is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 155 | 255 | - |
| CMYK | 0.71 | 0.39 | 0 | 0 |
| HSL | 213.15º | 1% | 0.65% | - |
| HSV(B) | 213.15º | 0.71% | 1% | - |
| XYZ | 32.6 | 32.12 | 99.09 | - |
| YUV | 142.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 255 | 0.71 | 0.39 | 0 | 0 | 213.15 | 1 | 0.65 |
| Hex | 4A | 9B | FF | 47 | 27 | 0 | 0 | D5 | 64 | 41 |
| Octal | 112 | 233 | 377 | 107 | 47 | 0 | 0 | 325 | 144 | 101 |
| Binary | 1001010 | 10011011 | 11111111 | 1000111 | 100111 | 0 | 0 | 11010101 | 1100100 | 1000001 |
Color Harmonies of #4A9BFF
Complementary color
Monochromatic Colors of #4A9BFF
Black with #4A9BFF
Text Example
Text Example
White with #4A9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9BFF; }
p { color: rgb(74,155,255); }
H1.HeaderClassName
{
color: #4A9BFF;
}
.AnyTagClassName
{
color: #4A9BFF;
}
</style>
background-color css
<style>
a { background-color: #4A9BFF; }
a { background-color: rgb(74,155,255); }
div.DivClassName
{
background-color: #4A9BFF;
}
.BgClassName
{
background-color: #4A9BFF;
}
</style>
border-color css
<style>
span { border-color: #4A9BFF; }
span { border-color: rgb(74,155,255); }
td.TdClassName
{
border-color: #4A9BFF;
}
.TagClassName
{
border-color: #4A9BFF;
}
</style>