Shades of Blue Chill #42948D
Tints of Blue Chill #42948D
RGB
CMYK
RGB Variations
Color information
#42948D (or 0x42948D) is known color: Blue Chill. HEX triplet: 42, 94 and 8D. RGB value is (66,148,141). Sum of RGB (Red+Green+Blue) = 66+148+141=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #42948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42948D is #BD6B72. Grayscale: #7A7A7A. Windows color (decimal): -12413811 or 9278530. OLE color: 9278530.
HSL color Cylindrical-coordinate representation of color #42948D: hue angle of 174.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42948D is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 141 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.42 |
| HSL | 174.88º | 0.38% | 0.42% | - |
| HSV(B) | 174.88º | 0.55% | 0.58% | - |
| XYZ | 17.64 | 24.26 | 28.95 | - |
| YUV | 122.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 141 | 0.55 | 0 | 0.05 | 0.42 | 174.88 | 0.38 | 0.42 |
| Hex | 42 | 94 | 8D | 37 | 0 | 5 | 2A | AF | 26 | 2A |
| Octal | 102 | 224 | 215 | 67 | 0 | 5 | 52 | 257 | 46 | 52 |
| Binary | 1000010 | 10010100 | 10001101 | 110111 | 0 | 101 | 101010 | 10101111 | 100110 | 101010 |
Color Harmonies of #42948D
Complementary color
Monochromatic Colors of #42948D
Black with #42948D
Text Example
Text Example
White with #42948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42948D; }
p { color: rgb(66,148,141); }
H1.HeaderClassName
{
color: #42948D;
}
.AnyTagClassName
{
color: #42948D;
}
</style>
background-color css
<style>
a { background-color: #42948D; }
a { background-color: rgb(66,148,141); }
div.DivClassName
{
background-color: #42948D;
}
.BgClassName
{
background-color: #42948D;
}
</style>
border-color css
<style>
span { border-color: #42948D; }
span { border-color: rgb(66,148,141); }
td.TdClassName
{
border-color: #42948D;
}
.TagClassName
{
border-color: #42948D;
}
</style>