Shades of Blue Chill #469E98
Tints of Blue Chill #469E98
RGB
CMYK
RGB Variations
Color information
#469E98 (or 0x469E98) is known color: Blue Chill. HEX triplet: 46, 9E and 98. RGB value is (70,158,152). Sum of RGB (Red+Green+Blue) = 70+158+152=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #469E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E98 is #B96167. Grayscale: #828282. Windows color (decimal): -12149096 or 10001990. OLE color: 10001990.
HSL color Cylindrical-coordinate representation of color #469E98: hue angle of 175.91º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E98 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 152 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.38 |
| HSL | 175.91º | 0.39% | 0.45% | - |
| HSV(B) | 175.91º | 0.56% | 0.62% | - |
| XYZ | 20.42 | 28.02 | 34.04 | - |
| YUV | 131 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 152 | 0.56 | 0 | 0.04 | 0.38 | 175.91 | 0.39 | 0.45 |
| Hex | 46 | 9E | 98 | 38 | 0 | 4 | 26 | B0 | 27 | 2D |
| Octal | 106 | 236 | 230 | 70 | 0 | 4 | 46 | 260 | 47 | 55 |
| Binary | 1000110 | 10011110 | 10011000 | 111000 | 0 | 100 | 100110 | 10110000 | 100111 | 101101 |
Color Harmonies of #469E98
Complementary color
Monochromatic Colors of #469E98
Black with #469E98
Text Example
Text Example
White with #469E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E98; }
p { color: rgb(70,158,152); }
H1.HeaderClassName
{
color: #469E98;
}
.AnyTagClassName
{
color: #469E98;
}
</style>
background-color css
<style>
a { background-color: #469E98; }
a { background-color: rgb(70,158,152); }
div.DivClassName
{
background-color: #469E98;
}
.BgClassName
{
background-color: #469E98;
}
</style>
border-color css
<style>
span { border-color: #469E98; }
span { border-color: rgb(70,158,152); }
td.TdClassName
{
border-color: #469E98;
}
.TagClassName
{
border-color: #469E98;
}
</style>