Shades of Blue Chill #40A4A4
Tints of Blue Chill #40A4A4
RGB
CMYK
RGB Variations
Color information
#40A4A4 (or 0x40A4A4) is known color: Blue Chill. HEX triplet: 40, A4 and A4. RGB value is (64,164,164). Sum of RGB (Red+Green+Blue) = 64+164+164=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #40A4A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A4A4 is #BF5B5B. Grayscale: #868686. Windows color (decimal): -12540764 or 10789952. OLE color: 10789952.
HSL color Cylindrical-coordinate representation of color #40A4A4: hue angle of 180º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A4A4 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 164 | 164 | - |
| CMYK | 0.61 | 0 | 0 | 0.36 |
| HSL | 180º | 0.44% | 0.45% | - |
| HSV(B) | 180º | 0.61% | 0.64% | - |
| XYZ | 22.09 | 30.32 | 39.81 | - |
| YUV | 134.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 164 | 0.61 | 0 | 0 | 0.36 | 180 | 0.44 | 0.45 |
| Hex | 40 | A4 | A4 | 3D | 0 | 0 | 24 | B4 | 2C | 2D |
| Octal | 100 | 244 | 244 | 75 | 0 | 0 | 44 | 264 | 54 | 55 |
| Binary | 1000000 | 10100100 | 10100100 | 111101 | 0 | 0 | 100100 | 10110100 | 101100 | 101101 |
Color Harmonies of #40A4A4
Complementary color
Monochromatic Colors of #40A4A4
Black with #40A4A4
Text Example
Text Example
White with #40A4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4A4; }
p { color: rgb(64,164,164); }
H1.HeaderClassName
{
color: #40A4A4;
}
.AnyTagClassName
{
color: #40A4A4;
}
</style>
background-color css
<style>
a { background-color: #40A4A4; }
a { background-color: rgb(64,164,164); }
div.DivClassName
{
background-color: #40A4A4;
}
.BgClassName
{
background-color: #40A4A4;
}
</style>
border-color css
<style>
span { border-color: #40A4A4; }
span { border-color: rgb(64,164,164); }
td.TdClassName
{
border-color: #40A4A4;
}
.TagClassName
{
border-color: #40A4A4;
}
</style>