Shades of Blue Chill #429C94
Tints of Blue Chill #429C94
RGB
CMYK
RGB Variations
Color information
#429C94 (or 0x429C94) is known color: Blue Chill. HEX triplet: 42, 9C and 94. RGB value is (66,156,148). Sum of RGB (Red+Green+Blue) = 66+156+148=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #429C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C94 is #BD636B. Grayscale: #808080. Windows color (decimal): -12411756 or 9739330. OLE color: 9739330.
HSL color Cylindrical-coordinate representation of color #429C94: hue angle of 174.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C94 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 148 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.39 |
| HSL | 174.67º | 0.41% | 0.44% | - |
| HSV(B) | 174.67º | 0.58% | 0.61% | - |
| XYZ | 19.48 | 27.07 | 32.22 | - |
| YUV | 128.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 148 | 0.58 | 0 | 0.05 | 0.39 | 174.67 | 0.41 | 0.44 |
| Hex | 42 | 9C | 94 | 3A | 0 | 5 | 27 | AF | 29 | 2C |
| Octal | 102 | 234 | 224 | 72 | 0 | 5 | 47 | 257 | 51 | 54 |
| Binary | 1000010 | 10011100 | 10010100 | 111010 | 0 | 101 | 100111 | 10101111 | 101001 | 101100 |
Color Harmonies of #429C94
Complementary color
Monochromatic Colors of #429C94
Black with #429C94
Text Example
Text Example
White with #429C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C94; }
p { color: rgb(66,156,148); }
H1.HeaderClassName
{
color: #429C94;
}
.AnyTagClassName
{
color: #429C94;
}
</style>
background-color css
<style>
a { background-color: #429C94; }
a { background-color: rgb(66,156,148); }
div.DivClassName
{
background-color: #429C94;
}
.BgClassName
{
background-color: #429C94;
}
</style>
border-color css
<style>
span { border-color: #429C94; }
span { border-color: rgb(66,156,148); }
td.TdClassName
{
border-color: #429C94;
}
.TagClassName
{
border-color: #429C94;
}
</style>