Shades of Blue Chill #429993
Tints of Blue Chill #429993
RGB
CMYK
RGB Variations
Color information
#429993 (or 0x429993) is known color: Blue Chill. HEX triplet: 42, 99 and 93. RGB value is (66,153,147). Sum of RGB (Red+Green+Blue) = 66+153+147=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #429993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429993 is #BD666C. Grayscale: #7E7E7E. Windows color (decimal): -12412525 or 9673026. OLE color: 9673026.
HSL color Cylindrical-coordinate representation of color #429993: hue angle of 175.86º 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 #429993 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 147 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.4 |
| HSL | 175.86º | 0.4% | 0.43% | - |
| HSV(B) | 175.86º | 0.57% | 0.6% | - |
| XYZ | 18.9 | 26.05 | 31.64 | - |
| YUV | 126.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 147 | 0.57 | 0 | 0.04 | 0.4 | 175.86 | 0.4 | 0.43 |
| Hex | 42 | 99 | 93 | 39 | 0 | 4 | 28 | B0 | 28 | 2B |
| Octal | 102 | 231 | 223 | 71 | 0 | 4 | 50 | 260 | 50 | 53 |
| Binary | 1000010 | 10011001 | 10010011 | 111001 | 0 | 100 | 101000 | 10110000 | 101000 | 101011 |
Color Harmonies of #429993
Complementary color
Monochromatic Colors of #429993
Black with #429993
Text Example
Text Example
White with #429993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429993; }
p { color: rgb(66,153,147); }
H1.HeaderClassName
{
color: #429993;
}
.AnyTagClassName
{
color: #429993;
}
</style>
background-color css
<style>
a { background-color: #429993; }
a { background-color: rgb(66,153,147); }
div.DivClassName
{
background-color: #429993;
}
.BgClassName
{
background-color: #429993;
}
</style>
border-color css
<style>
span { border-color: #429993; }
span { border-color: rgb(66,153,147); }
td.TdClassName
{
border-color: #429993;
}
.TagClassName
{
border-color: #429993;
}
</style>