Shades of Blue Chill #42958F
Tints of Blue Chill #42958F
RGB
CMYK
RGB Variations
Color information
#42958F (or 0x42958F) is known color: Blue Chill. HEX triplet: 42, 95 and 8F. RGB value is (66,149,143). Sum of RGB (Red+Green+Blue) = 66+149+143=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #42958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42958F is #BD6A70. Grayscale: #7B7B7B. Windows color (decimal): -12413553 or 9409858. OLE color: 9409858.
HSL color Cylindrical-coordinate representation of color #42958F: hue angle of 175.66º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42958F is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 143 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.42 |
| HSL | 175.66º | 0.39% | 0.42% | - |
| HSV(B) | 175.66º | 0.56% | 0.58% | - |
| XYZ | 17.95 | 24.64 | 29.8 | - |
| YUV | 123.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 143 | 0.56 | 0 | 0.04 | 0.42 | 175.66 | 0.39 | 0.42 |
| Hex | 42 | 95 | 8F | 38 | 0 | 4 | 2A | B0 | 27 | 2A |
| Octal | 102 | 225 | 217 | 70 | 0 | 4 | 52 | 260 | 47 | 52 |
| Binary | 1000010 | 10010101 | 10001111 | 111000 | 0 | 100 | 101010 | 10110000 | 100111 | 101010 |
Color Harmonies of #42958F
Complementary color
Monochromatic Colors of #42958F
Black with #42958F
Text Example
Text Example
White with #42958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42958F; }
p { color: rgb(66,149,143); }
H1.HeaderClassName
{
color: #42958F;
}
.AnyTagClassName
{
color: #42958F;
}
</style>
background-color css
<style>
a { background-color: #42958F; }
a { background-color: rgb(66,149,143); }
div.DivClassName
{
background-color: #42958F;
}
.BgClassName
{
background-color: #42958F;
}
</style>
border-color css
<style>
span { border-color: #42958F; }
span { border-color: rgb(66,149,143); }
td.TdClassName
{
border-color: #42958F;
}
.TagClassName
{
border-color: #42958F;
}
</style>