Shades of Blue Chill #429593
Tints of Blue Chill #429593
RGB
CMYK
RGB Variations
Color information
#429593 (or 0x429593) is known color: Blue Chill. HEX triplet: 42, 95 and 93. RGB value is (66,149,147). Sum of RGB (Red+Green+Blue) = 66+149+147=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #429593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429593 is #BD6A6C. Grayscale: #7B7B7B. Windows color (decimal): -12413549 or 9672002. OLE color: 9672002.
HSL color Cylindrical-coordinate representation of color #429593: hue angle of 178.55º 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 #429593 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 147 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.42 |
| HSL | 178.55º | 0.39% | 0.42% | - |
| HSV(B) | 178.55º | 0.56% | 0.58% | - |
| XYZ | 18.26 | 24.76 | 31.42 | - |
| YUV | 123.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 147 | 0.56 | 0 | 0.01 | 0.42 | 178.55 | 0.39 | 0.42 |
| Hex | 42 | 95 | 93 | 38 | 0 | 1 | 2A | B3 | 27 | 2A |
| Octal | 102 | 225 | 223 | 70 | 0 | 1 | 52 | 263 | 47 | 52 |
| Binary | 1000010 | 10010101 | 10010011 | 111000 | 0 | 1 | 101010 | 10110011 | 100111 | 101010 |
Color Harmonies of #429593
Complementary color
Monochromatic Colors of #429593
Black with #429593
Text Example
Text Example
White with #429593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429593; }
p { color: rgb(66,149,147); }
H1.HeaderClassName
{
color: #429593;
}
.AnyTagClassName
{
color: #429593;
}
</style>
background-color css
<style>
a { background-color: #429593; }
a { background-color: rgb(66,149,147); }
div.DivClassName
{
background-color: #429593;
}
.BgClassName
{
background-color: #429593;
}
</style>
border-color css
<style>
span { border-color: #429593; }
span { border-color: rgb(66,149,147); }
td.TdClassName
{
border-color: #429593;
}
.TagClassName
{
border-color: #429593;
}
</style>