Shades of Blue Chill #429990
Tints of Blue Chill #429990
RGB
CMYK
RGB Variations
Color information
#429990 (or 0x429990) is known color: Blue Chill. HEX triplet: 42, 99 and 90. RGB value is (66,153,144). Sum of RGB (Red+Green+Blue) = 66+153+144=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #429990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429990 is #BD666F. Grayscale: #7D7D7D. Windows color (decimal): -12412528 or 9476418. OLE color: 9476418.
HSL color Cylindrical-coordinate representation of color #429990: hue angle of 173.79º 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 #429990 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 144 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.4 |
| HSL | 173.79º | 0.4% | 0.43% | - |
| HSV(B) | 173.79º | 0.57% | 0.6% | - |
| XYZ | 18.67 | 25.95 | 30.41 | - |
| YUV | 125.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 144 | 0.57 | 0 | 0.06 | 0.4 | 173.79 | 0.4 | 0.43 |
| Hex | 42 | 99 | 90 | 39 | 0 | 6 | 28 | AE | 28 | 2B |
| Octal | 102 | 231 | 220 | 71 | 0 | 6 | 50 | 256 | 50 | 53 |
| Binary | 1000010 | 10011001 | 10010000 | 111001 | 0 | 110 | 101000 | 10101110 | 101000 | 101011 |
Color Harmonies of #429990
Complementary color
Monochromatic Colors of #429990
Black with #429990
Text Example
Text Example
White with #429990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429990; }
p { color: rgb(66,153,144); }
H1.HeaderClassName
{
color: #429990;
}
.AnyTagClassName
{
color: #429990;
}
</style>
background-color css
<style>
a { background-color: #429990; }
a { background-color: rgb(66,153,144); }
div.DivClassName
{
background-color: #429990;
}
.BgClassName
{
background-color: #429990;
}
</style>
border-color css
<style>
span { border-color: #429990; }
span { border-color: rgb(66,153,144); }
td.TdClassName
{
border-color: #429990;
}
.TagClassName
{
border-color: #429990;
}
</style>