Shades of Blue Chill #45A69C
Tints of Blue Chill #45A69C
RGB
CMYK
RGB Variations
Color information
#45A69C (or 0x45A69C) is known color: Blue Chill. HEX triplet: 45, A6 and 9C. RGB value is (69,166,156). Sum of RGB (Red+Green+Blue) = 69+166+156=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #45A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A69C is #BA5963. Grayscale: #878787. Windows color (decimal): -12212580 or 10266181. OLE color: 10266181.
HSL color Cylindrical-coordinate representation of color #45A69C: hue angle of 173.81º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A69C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 156 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.35 |
| HSL | 173.81º | 0.41% | 0.46% | - |
| HSV(B) | 173.81º | 0.58% | 0.65% | - |
| XYZ | 22.09 | 30.94 | 36.26 | - |
| YUV | 135.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 156 | 0.58 | 0 | 0.06 | 0.35 | 173.81 | 0.41 | 0.46 |
| Hex | 45 | A6 | 9C | 3A | 0 | 6 | 23 | AE | 29 | 2E |
| Octal | 105 | 246 | 234 | 72 | 0 | 6 | 43 | 256 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10011100 | 111010 | 0 | 110 | 100011 | 10101110 | 101001 | 101110 |
Color Harmonies of #45A69C
Complementary color
Monochromatic Colors of #45A69C
Black with #45A69C
Text Example
Text Example
White with #45A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A69C; }
p { color: rgb(69,166,156); }
H1.HeaderClassName
{
color: #45A69C;
}
.AnyTagClassName
{
color: #45A69C;
}
</style>
background-color css
<style>
a { background-color: #45A69C; }
a { background-color: rgb(69,166,156); }
div.DivClassName
{
background-color: #45A69C;
}
.BgClassName
{
background-color: #45A69C;
}
</style>
border-color css
<style>
span { border-color: #45A69C; }
span { border-color: rgb(69,166,156); }
td.TdClassName
{
border-color: #45A69C;
}
.TagClassName
{
border-color: #45A69C;
}
</style>