Shades of Blue Chill #429392
Tints of Blue Chill #429392
RGB
CMYK
RGB Variations
Color information
#429392 (or 0x429392) is known color: Blue Chill. HEX triplet: 42, 93 and 92. RGB value is (66,147,146). Sum of RGB (Red+Green+Blue) = 66+147+146=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #429392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429392 is #BD6C6D. Grayscale: #7A7A7A. Windows color (decimal): -12414062 or 9605954. OLE color: 9605954.
HSL color Cylindrical-coordinate representation of color #429392: hue angle of 179.26º 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 #429392 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 146 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.42 |
| HSL | 179.26º | 0.38% | 0.42% | - |
| HSV(B) | 179.26º | 0.55% | 0.58% | - |
| XYZ | 17.87 | 24.1 | 30.9 | - |
| YUV | 122.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 146 | 0.55 | 0 | 0.01 | 0.42 | 179.26 | 0.38 | 0.42 |
| Hex | 42 | 93 | 92 | 37 | 0 | 1 | 2A | B3 | 26 | 2A |
| Octal | 102 | 223 | 222 | 67 | 0 | 1 | 52 | 263 | 46 | 52 |
| Binary | 1000010 | 10010011 | 10010010 | 110111 | 0 | 1 | 101010 | 10110011 | 100110 | 101010 |
Color Harmonies of #429392
Complementary color
Monochromatic Colors of #429392
Black with #429392
Text Example
Text Example
White with #429392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429392; }
p { color: rgb(66,147,146); }
H1.HeaderClassName
{
color: #429392;
}
.AnyTagClassName
{
color: #429392;
}
</style>
background-color css
<style>
a { background-color: #429392; }
a { background-color: rgb(66,147,146); }
div.DivClassName
{
background-color: #429392;
}
.BgClassName
{
background-color: #429392;
}
</style>
border-color css
<style>
span { border-color: #429392; }
span { border-color: rgb(66,147,146); }
td.TdClassName
{
border-color: #429392;
}
.TagClassName
{
border-color: #429392;
}
</style>