Shades of Cornflower Blue #4AAAFF
Tints of Cornflower Blue #4AAAFF
RGB
CMYK
RGB Variations
Color information
#4AAAFF (or 0x4AAAFF) is known color: Cornflower Blue. HEX triplet: 4A, AA and FF. RGB value is (74,170,255). Sum of RGB (Red+Green+Blue) = 74+170+255=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAFF is #B55500. Grayscale: #969696. Windows color (decimal): -11883777 or 16755274. OLE color: 16755274.
HSL color Cylindrical-coordinate representation of color #4AAAFF: hue angle of 208.18º 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 #4AAAFF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 170 | 255 | - |
| CMYK | 0.71 | 0.33 | 0 | 0 |
| HSL | 208.18º | 1% | 0.65% | - |
| HSV(B) | 208.18º | 0.71% | 1% | - |
| XYZ | 35.25 | 37.43 | 99.97 | - |
| YUV | 150.99 | 186.7 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 255 | 0.71 | 0.33 | 0 | 0 | 208.18 | 1 | 0.65 |
| Hex | 4A | AA | FF | 47 | 21 | 0 | 0 | D0 | 64 | 41 |
| Octal | 112 | 252 | 377 | 107 | 41 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001010 | 10101010 | 11111111 | 1000111 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4AAAFF
Complementary color
Monochromatic Colors of #4AAAFF
Black with #4AAAFF
Text Example
Text Example
White with #4AAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAFF; }
p { color: rgb(74,170,255); }
H1.HeaderClassName
{
color: #4AAAFF;
}
.AnyTagClassName
{
color: #4AAAFF;
}
</style>
background-color css
<style>
a { background-color: #4AAAFF; }
a { background-color: rgb(74,170,255); }
div.DivClassName
{
background-color: #4AAAFF;
}
.BgClassName
{
background-color: #4AAAFF;
}
</style>
border-color css
<style>
span { border-color: #4AAAFF; }
span { border-color: rgb(74,170,255); }
td.TdClassName
{
border-color: #4AAAFF;
}
.TagClassName
{
border-color: #4AAAFF;
}
</style>