Shades of Blue Chill #42949E
Tints of Blue Chill #42949E
RGB
CMYK
RGB Variations
Color information
#42949E (or 0x42949E) is known color: Blue Chill. HEX triplet: 42, 94 and 9E. RGB value is (66,148,158). Sum of RGB (Red+Green+Blue) = 66+148+158=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #42949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42949E is #BD6B61. Grayscale: #7C7C7C. Windows color (decimal): -12413794 or 10392642. OLE color: 10392642.
HSL color Cylindrical-coordinate representation of color #42949E: hue angle of 186.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42949E is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 148 | 158 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.38 |
| HSL | 186.52º | 0.41% | 0.44% | - |
| HSV(B) | 186.52º | 0.58% | 0.62% | - |
| XYZ | 19.01 | 24.81 | 36.13 | - |
| YUV | 124.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 158 | 0.58 | 0.06 | 0 | 0.38 | 186.52 | 0.41 | 0.44 |
| Hex | 42 | 94 | 9E | 3A | 6 | 0 | 26 | BB | 29 | 2C |
| Octal | 102 | 224 | 236 | 72 | 6 | 0 | 46 | 273 | 51 | 54 |
| Binary | 1000010 | 10010100 | 10011110 | 111010 | 110 | 0 | 100110 | 10111011 | 101001 | 101100 |
Color Harmonies of #42949E
Complementary color
Monochromatic Colors of #42949E
Black with #42949E
Text Example
Text Example
White with #42949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42949E; }
p { color: rgb(66,148,158); }
H1.HeaderClassName
{
color: #42949E;
}
.AnyTagClassName
{
color: #42949E;
}
</style>
background-color css
<style>
a { background-color: #42949E; }
a { background-color: rgb(66,148,158); }
div.DivClassName
{
background-color: #42949E;
}
.BgClassName
{
background-color: #42949E;
}
</style>
border-color css
<style>
span { border-color: #42949E; }
span { border-color: rgb(66,148,158); }
td.TdClassName
{
border-color: #42949E;
}
.TagClassName
{
border-color: #42949E;
}
</style>