Shades of Blue Chill #40918C
Tints of Blue Chill #40918C
RGB
CMYK
RGB Variations
Color information
#40918C (or 0x40918C) is known color: Blue Chill. HEX triplet: 40, 91 and 8C. RGB value is (64,145,140). Sum of RGB (Red+Green+Blue) = 64+145+140=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #40918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40918C is #BF6E73. Grayscale: #787878. Windows color (decimal): -12545652 or 9212224. OLE color: 9212224.
HSL color Cylindrical-coordinate representation of color #40918C: hue angle of 176.3º 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 #40918C is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 140 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.43 |
| HSL | 176.3º | 0.39% | 0.41% | - |
| HSV(B) | 176.3º | 0.56% | 0.57% | - |
| XYZ | 16.97 | 23.23 | 28.4 | - |
| YUV | 120.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 140 | 0.56 | 0 | 0.03 | 0.43 | 176.3 | 0.39 | 0.41 |
| Hex | 40 | 91 | 8C | 38 | 0 | 3 | 2B | B0 | 27 | 29 |
| Octal | 100 | 221 | 214 | 70 | 0 | 3 | 53 | 260 | 47 | 51 |
| Binary | 1000000 | 10010001 | 10001100 | 111000 | 0 | 11 | 101011 | 10110000 | 100111 | 101001 |
Color Harmonies of #40918C
Complementary color
Monochromatic Colors of #40918C
Black with #40918C
Text Example
Text Example
White with #40918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40918C; }
p { color: rgb(64,145,140); }
H1.HeaderClassName
{
color: #40918C;
}
.AnyTagClassName
{
color: #40918C;
}
</style>
background-color css
<style>
a { background-color: #40918C; }
a { background-color: rgb(64,145,140); }
div.DivClassName
{
background-color: #40918C;
}
.BgClassName
{
background-color: #40918C;
}
</style>
border-color css
<style>
span { border-color: #40918C; }
span { border-color: rgb(64,145,140); }
td.TdClassName
{
border-color: #40918C;
}
.TagClassName
{
border-color: #40918C;
}
</style>