Shades of Blue Chill #45A299
Tints of Blue Chill #45A299
RGB
CMYK
RGB Variations
Color information
#45A299 (or 0x45A299) is known color: Blue Chill. HEX triplet: 45, A2 and 99. RGB value is (69,162,153). Sum of RGB (Red+Green+Blue) = 69+162+153=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #45A299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A299 is #BA5D66. Grayscale: #858585. Windows color (decimal): -12213607 or 10068549. OLE color: 10068549.
HSL color Cylindrical-coordinate representation of color #45A299: hue angle of 174.19º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A299 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 162 | 153 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.36 |
| HSL | 174.19º | 0.4% | 0.45% | - |
| HSV(B) | 174.19º | 0.57% | 0.64% | - |
| XYZ | 21.12 | 29.41 | 34.7 | - |
| YUV | 133.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 153 | 0.57 | 0 | 0.06 | 0.36 | 174.19 | 0.4 | 0.45 |
| Hex | 45 | A2 | 99 | 39 | 0 | 6 | 24 | AE | 28 | 2D |
| Octal | 105 | 242 | 231 | 71 | 0 | 6 | 44 | 256 | 50 | 55 |
| Binary | 1000101 | 10100010 | 10011001 | 111001 | 0 | 110 | 100100 | 10101110 | 101000 | 101101 |
Color Harmonies of #45A299
Complementary color
Monochromatic Colors of #45A299
Black with #45A299
Text Example
Text Example
White with #45A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A299; }
p { color: rgb(69,162,153); }
H1.HeaderClassName
{
color: #45A299;
}
.AnyTagClassName
{
color: #45A299;
}
</style>
background-color css
<style>
a { background-color: #45A299; }
a { background-color: rgb(69,162,153); }
div.DivClassName
{
background-color: #45A299;
}
.BgClassName
{
background-color: #45A299;
}
</style>
border-color css
<style>
span { border-color: #45A299; }
span { border-color: rgb(69,162,153); }
td.TdClassName
{
border-color: #45A299;
}
.TagClassName
{
border-color: #45A299;
}
</style>