Shades of Blue Chill #40979D
Tints of Blue Chill #40979D
RGB
CMYK
RGB Variations
Color information
#40979D (or 0x40979D) is known color: Blue Chill. HEX triplet: 40, 97 and 9D. RGB value is (64,151,157). Sum of RGB (Red+Green+Blue) = 64+151+157=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #40979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40979D is #BF6862. Grayscale: #7D7D7D. Windows color (decimal): -12544099 or 10327872. OLE color: 10327872.
HSL color Cylindrical-coordinate representation of color #40979D: hue angle of 183.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40979D is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 151 | 157 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.38 |
| HSL | 183.87º | 0.42% | 0.43% | - |
| HSV(B) | 183.87º | 0.59% | 0.62% | - |
| XYZ | 19.27 | 25.66 | 35.84 | - |
| YUV | 125.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 157 | 0.59 | 0.04 | 0 | 0.38 | 183.87 | 0.42 | 0.43 |
| Hex | 40 | 97 | 9D | 3B | 4 | 0 | 26 | B8 | 2A | 2B |
| Octal | 100 | 227 | 235 | 73 | 4 | 0 | 46 | 270 | 52 | 53 |
| Binary | 1000000 | 10010111 | 10011101 | 111011 | 100 | 0 | 100110 | 10111000 | 101010 | 101011 |
Color Harmonies of #40979D
Complementary color
Monochromatic Colors of #40979D
Black with #40979D
Text Example
Text Example
White with #40979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40979D; }
p { color: rgb(64,151,157); }
H1.HeaderClassName
{
color: #40979D;
}
.AnyTagClassName
{
color: #40979D;
}
</style>
background-color css
<style>
a { background-color: #40979D; }
a { background-color: rgb(64,151,157); }
div.DivClassName
{
background-color: #40979D;
}
.BgClassName
{
background-color: #40979D;
}
</style>
border-color css
<style>
span { border-color: #40979D; }
span { border-color: rgb(64,151,157); }
td.TdClassName
{
border-color: #40979D;
}
.TagClassName
{
border-color: #40979D;
}
</style>