Shades of Blue Chill #468A89
Tints of Blue Chill #468A89
RGB
CMYK
RGB Variations
Color information
#468A89 (or 0x468A89) is known color: Blue Chill. HEX triplet: 46, 8A and 89. RGB value is (70,138,137). Sum of RGB (Red+Green+Blue) = 70+138+137=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #468A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A89 is #B97576. Grayscale: #757575. Windows color (decimal): -12154231 or 9013830. OLE color: 9013830.
HSL color Cylindrical-coordinate representation of color #468A89: hue angle of 179.12º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A89 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 138 | 137 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.46 |
| HSL | 179.12º | 0.33% | 0.41% | - |
| HSV(B) | 179.12º | 0.49% | 0.54% | - |
| XYZ | 16.13 | 21.29 | 26.93 | - |
| YUV | 117.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 137 | 0.49 | 0 | 0.01 | 0.46 | 179.12 | 0.33 | 0.41 |
| Hex | 46 | 8A | 89 | 31 | 0 | 1 | 2E | B3 | 21 | 29 |
| Octal | 106 | 212 | 211 | 61 | 0 | 1 | 56 | 263 | 41 | 51 |
| Binary | 1000110 | 10001010 | 10001001 | 110001 | 0 | 1 | 101110 | 10110011 | 100001 | 101001 |
Color Harmonies of #468A89
Complementary color
Monochromatic Colors of #468A89
Black with #468A89
Text Example
Text Example
White with #468A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A89; }
p { color: rgb(70,138,137); }
H1.HeaderClassName
{
color: #468A89;
}
.AnyTagClassName
{
color: #468A89;
}
</style>
background-color css
<style>
a { background-color: #468A89; }
a { background-color: rgb(70,138,137); }
div.DivClassName
{
background-color: #468A89;
}
.BgClassName
{
background-color: #468A89;
}
</style>
border-color css
<style>
span { border-color: #468A89; }
span { border-color: rgb(70,138,137); }
td.TdClassName
{
border-color: #468A89;
}
.TagClassName
{
border-color: #468A89;
}
</style>