Shades of Blue Chill #429699
Tints of Blue Chill #429699
RGB
CMYK
RGB Variations
Color information
#429699 (or 0x429699) is known color: Blue Chill. HEX triplet: 42, 96 and 99. RGB value is (66,150,153). Sum of RGB (Red+Green+Blue) = 66+150+153=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #429699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429699 is #BD6966. Grayscale: #7D7D7D. Windows color (decimal): -12413287 or 10065474. OLE color: 10065474.
HSL color Cylindrical-coordinate representation of color #429699: hue angle of 182.07º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429699 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 150 | 153 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.4 |
| HSL | 182.07º | 0.4% | 0.43% | - |
| HSV(B) | 182.07º | 0.57% | 0.6% | - |
| XYZ | 18.9 | 25.27 | 34.02 | - |
| YUV | 125.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 153 | 0.57 | 0.02 | 0 | 0.4 | 182.07 | 0.4 | 0.43 |
| Hex | 42 | 96 | 99 | 39 | 2 | 0 | 28 | B6 | 28 | 2B |
| Octal | 102 | 226 | 231 | 71 | 2 | 0 | 50 | 266 | 50 | 53 |
| Binary | 1000010 | 10010110 | 10011001 | 111001 | 10 | 0 | 101000 | 10110110 | 101000 | 101011 |
Color Harmonies of #429699
Complementary color
Monochromatic Colors of #429699
Black with #429699
Text Example
Text Example
White with #429699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429699; }
p { color: rgb(66,150,153); }
H1.HeaderClassName
{
color: #429699;
}
.AnyTagClassName
{
color: #429699;
}
</style>
background-color css
<style>
a { background-color: #429699; }
a { background-color: rgb(66,150,153); }
div.DivClassName
{
background-color: #429699;
}
.BgClassName
{
background-color: #429699;
}
</style>
border-color css
<style>
span { border-color: #429699; }
span { border-color: rgb(66,150,153); }
td.TdClassName
{
border-color: #429699;
}
.TagClassName
{
border-color: #429699;
}
</style>