Shades of Blue Chill #40928D
Tints of Blue Chill #40928D
RGB
CMYK
RGB Variations
Color information
#40928D (or 0x40928D) is known color: Blue Chill. HEX triplet: 40, 92 and 8D. RGB value is (64,146,141). Sum of RGB (Red+Green+Blue) = 64+146+141=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #40928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40928D is #BF6D72. Grayscale: #787878. Windows color (decimal): -12545395 or 9278016. OLE color: 9278016.
HSL color Cylindrical-coordinate representation of color #40928D: hue angle of 176.34º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40928D is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 141 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.43 |
| HSL | 176.34º | 0.39% | 0.41% | - |
| HSV(B) | 176.34º | 0.56% | 0.57% | - |
| XYZ | 17.2 | 23.57 | 28.84 | - |
| YUV | 120.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 141 | 0.56 | 0 | 0.03 | 0.43 | 176.34 | 0.39 | 0.41 |
| Hex | 40 | 92 | 8D | 38 | 0 | 3 | 2B | B0 | 27 | 29 |
| Octal | 100 | 222 | 215 | 70 | 0 | 3 | 53 | 260 | 47 | 51 |
| Binary | 1000000 | 10010010 | 10001101 | 111000 | 0 | 11 | 101011 | 10110000 | 100111 | 101001 |
Color Harmonies of #40928D
Complementary color
Monochromatic Colors of #40928D
Black with #40928D
Text Example
Text Example
White with #40928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40928D; }
p { color: rgb(64,146,141); }
H1.HeaderClassName
{
color: #40928D;
}
.AnyTagClassName
{
color: #40928D;
}
</style>
background-color css
<style>
a { background-color: #40928D; }
a { background-color: rgb(64,146,141); }
div.DivClassName
{
background-color: #40928D;
}
.BgClassName
{
background-color: #40928D;
}
</style>
border-color css
<style>
span { border-color: #40928D; }
span { border-color: rgb(64,146,141); }
td.TdClassName
{
border-color: #40928D;
}
.TagClassName
{
border-color: #40928D;
}
</style>