Shades of Blue Chill #42949D
Tints of Blue Chill #42949D
RGB
CMYK
RGB Variations
Color information
#42949D (or 0x42949D) is known color: Blue Chill. HEX triplet: 42, 94 and 9D. RGB value is (66,148,157). Sum of RGB (Red+Green+Blue) = 66+148+157=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #42949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42949D is #BD6B62. Grayscale: #7C7C7C. Windows color (decimal): -12413795 or 10327106. OLE color: 10327106.
HSL color Cylindrical-coordinate representation of color #42949D: hue angle of 185.93º 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 #42949D is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 148 | 157 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.38 |
| HSL | 185.93º | 0.41% | 0.44% | - |
| HSV(B) | 185.93º | 0.58% | 0.62% | - |
| XYZ | 18.92 | 24.77 | 35.68 | - |
| YUV | 124.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 157 | 0.58 | 0.06 | 0 | 0.38 | 185.93 | 0.41 | 0.44 |
| Hex | 42 | 94 | 9D | 3A | 6 | 0 | 26 | BA | 29 | 2C |
| Octal | 102 | 224 | 235 | 72 | 6 | 0 | 46 | 272 | 51 | 54 |
| Binary | 1000010 | 10010100 | 10011101 | 111010 | 110 | 0 | 100110 | 10111010 | 101001 | 101100 |
Color Harmonies of #42949D
Complementary color
Monochromatic Colors of #42949D
Black with #42949D
Text Example
Text Example
White with #42949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42949D; }
p { color: rgb(66,148,157); }
H1.HeaderClassName
{
color: #42949D;
}
.AnyTagClassName
{
color: #42949D;
}
</style>
background-color css
<style>
a { background-color: #42949D; }
a { background-color: rgb(66,148,157); }
div.DivClassName
{
background-color: #42949D;
}
.BgClassName
{
background-color: #42949D;
}
</style>
border-color css
<style>
span { border-color: #42949D; }
span { border-color: rgb(66,148,157); }
td.TdClassName
{
border-color: #42949D;
}
.TagClassName
{
border-color: #42949D;
}
</style>