Shades of Blue Chill #4AA09A
Tints of Blue Chill #4AA09A
RGB
CMYK
RGB Variations
Color information
#4AA09A (or 0x4AA09A) is known color: Blue Chill. HEX triplet: 4A, A0 and 9A. RGB value is (74,160,154). Sum of RGB (Red+Green+Blue) = 74+160+154=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA09A is #B55F65. Grayscale: #858585. Windows color (decimal): -11886438 or 10133578. OLE color: 10133578.
HSL color Cylindrical-coordinate representation of color #4AA09A: hue angle of 175.81º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA09A is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 154 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.37 |
| HSL | 175.81º | 0.37% | 0.46% | - |
| HSV(B) | 175.81º | 0.54% | 0.63% | - |
| XYZ | 21.23 | 28.93 | 35.04 | - |
| YUV | 133.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 154 | 0.54 | 0 | 0.04 | 0.37 | 175.81 | 0.37 | 0.46 |
| Hex | 4A | A0 | 9A | 36 | 0 | 4 | 25 | B0 | 25 | 2E |
| Octal | 112 | 240 | 232 | 66 | 0 | 4 | 45 | 260 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10011010 | 110110 | 0 | 100 | 100101 | 10110000 | 100101 | 101110 |
Color Harmonies of #4AA09A
Complementary color
Monochromatic Colors of #4AA09A
Black with #4AA09A
Text Example
Text Example
White with #4AA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA09A; }
p { color: rgb(74,160,154); }
H1.HeaderClassName
{
color: #4AA09A;
}
.AnyTagClassName
{
color: #4AA09A;
}
</style>
background-color css
<style>
a { background-color: #4AA09A; }
a { background-color: rgb(74,160,154); }
div.DivClassName
{
background-color: #4AA09A;
}
.BgClassName
{
background-color: #4AA09A;
}
</style>
border-color css
<style>
span { border-color: #4AA09A; }
span { border-color: rgb(74,160,154); }
td.TdClassName
{
border-color: #4AA09A;
}
.TagClassName
{
border-color: #4AA09A;
}
</style>