Shades of Blue Chill #40998F
Tints of Blue Chill #40998F
RGB
CMYK
RGB Variations
Color information
#40998F (or 0x40998F) is known color: Blue Chill. HEX triplet: 40, 99 and 8F. RGB value is (64,153,143). Sum of RGB (Red+Green+Blue) = 64+153+143=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #40998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998F is #BF6670. Grayscale: #7D7D7D. Windows color (decimal): -12543601 or 9410880. OLE color: 9410880.
HSL color Cylindrical-coordinate representation of color #40998F: hue angle of 173.26º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 143 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.4 |
| HSL | 173.26º | 0.41% | 0.43% | - |
| HSV(B) | 173.26º | 0.58% | 0.6% | - |
| XYZ | 18.46 | 25.86 | 30 | - |
| YUV | 125.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 143 | 0.58 | 0 | 0.07 | 0.4 | 173.26 | 0.41 | 0.43 |
| Hex | 40 | 99 | 8F | 3A | 0 | 7 | 28 | AD | 29 | 2B |
| Octal | 100 | 231 | 217 | 72 | 0 | 7 | 50 | 255 | 51 | 53 |
| Binary | 1000000 | 10011001 | 10001111 | 111010 | 0 | 111 | 101000 | 10101101 | 101001 | 101011 |
Color Harmonies of #40998F
Complementary color
Monochromatic Colors of #40998F
Black with #40998F
Text Example
Text Example
White with #40998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40998F; }
p { color: rgb(64,153,143); }
H1.HeaderClassName
{
color: #40998F;
}
.AnyTagClassName
{
color: #40998F;
}
</style>
background-color css
<style>
a { background-color: #40998F; }
a { background-color: rgb(64,153,143); }
div.DivClassName
{
background-color: #40998F;
}
.BgClassName
{
background-color: #40998F;
}
</style>
border-color css
<style>
span { border-color: #40998F; }
span { border-color: rgb(64,153,143); }
td.TdClassName
{
border-color: #40998F;
}
.TagClassName
{
border-color: #40998F;
}
</style>