Shades of Blue Chill #429A9A
Tints of Blue Chill #429A9A
RGB
CMYK
RGB Variations
Color information
#429A9A (or 0x429A9A) is known color: Blue Chill. HEX triplet: 42, 9A and 9A. RGB value is (66,154,154). Sum of RGB (Red+Green+Blue) = 66+154+154=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #429A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A9A is #BD6565. Grayscale: #7F7F7F. Windows color (decimal): -12412262 or 10132034. OLE color: 10132034.
HSL color Cylindrical-coordinate representation of color #429A9A: hue angle of 180º 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 #429A9A is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 154 | - |
| CMYK | 0.57 | 0 | 0 | 0.40 |
| HSL | 180º | 0.4% | 0.43% | - |
| HSV(B) | 180º | 0.57% | 0.6% | - |
| XYZ | 19.64 | 26.6 | 34.67 | - |
| YUV | 127.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 154 | 0.57 | 0 | 0 | 0.40 | 180 | 0.4 | 0.43 |
| Hex | 42 | 9A | 9A | 39 | 0 | 0 | 28 | B4 | 28 | 2B |
| Octal | 102 | 232 | 232 | 71 | 0 | 0 | 50 | 264 | 50 | 53 |
| Binary | 1000010 | 10011010 | 10011010 | 111001 | 0 | 0 | 101000 | 10110100 | 101000 | 101011 |
Color Harmonies of #429A9A
Complementary color
Monochromatic Colors of #429A9A
Black with #429A9A
Text Example
Text Example
White with #429A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A9A; }
p { color: rgb(66,154,154); }
H1.HeaderClassName
{
color: #429A9A;
}
.AnyTagClassName
{
color: #429A9A;
}
</style>
background-color css
<style>
a { background-color: #429A9A; }
a { background-color: rgb(66,154,154); }
div.DivClassName
{
background-color: #429A9A;
}
.BgClassName
{
background-color: #429A9A;
}
</style>
border-color css
<style>
span { border-color: #429A9A; }
span { border-color: rgb(66,154,154); }
td.TdClassName
{
border-color: #429A9A;
}
.TagClassName
{
border-color: #429A9A;
}
</style>