Shades of Blue Chill #40929D
Tints of Blue Chill #40929D
RGB
CMYK
RGB Variations
Color information
#40929D (or 0x40929D) is known color: Blue Chill. HEX triplet: 40, 92 and 9D. RGB value is (64,146,157). Sum of RGB (Red+Green+Blue) = 64+146+157=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #40929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40929D is #BF6D62. Grayscale: #7A7A7A. Windows color (decimal): -12545379 or 10326592. OLE color: 10326592.
HSL color Cylindrical-coordinate representation of color #40929D: hue angle of 187.1º 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 #40929D is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 146 | 157 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.38 |
| HSL | 187.1º | 0.42% | 0.43% | - |
| HSV(B) | 187.1º | 0.59% | 0.62% | - |
| XYZ | 18.48 | 24.08 | 35.57 | - |
| YUV | 122.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 157 | 0.59 | 0.07 | 0 | 0.38 | 187.1 | 0.42 | 0.43 |
| Hex | 40 | 92 | 9D | 3B | 7 | 0 | 26 | BB | 2A | 2B |
| Octal | 100 | 222 | 235 | 73 | 7 | 0 | 46 | 273 | 52 | 53 |
| Binary | 1000000 | 10010010 | 10011101 | 111011 | 111 | 0 | 100110 | 10111011 | 101010 | 101011 |
Color Harmonies of #40929D
Complementary color
Monochromatic Colors of #40929D
Black with #40929D
Text Example
Text Example
White with #40929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40929D; }
p { color: rgb(64,146,157); }
H1.HeaderClassName
{
color: #40929D;
}
.AnyTagClassName
{
color: #40929D;
}
</style>
background-color css
<style>
a { background-color: #40929D; }
a { background-color: rgb(64,146,157); }
div.DivClassName
{
background-color: #40929D;
}
.BgClassName
{
background-color: #40929D;
}
</style>
border-color css
<style>
span { border-color: #40929D; }
span { border-color: rgb(64,146,157); }
td.TdClassName
{
border-color: #40929D;
}
.TagClassName
{
border-color: #40929D;
}
</style>