Shades of Blue Chill #469E9C
Tints of Blue Chill #469E9C
RGB
CMYK
RGB Variations
Color information
#469E9C (or 0x469E9C) is known color: Blue Chill. HEX triplet: 46, 9E and 9C. RGB value is (70,158,156). Sum of RGB (Red+Green+Blue) = 70+158+156=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #469E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E9C is #B96163. Grayscale: #838383. Windows color (decimal): -12149092 or 10264134. OLE color: 10264134.
HSL color Cylindrical-coordinate representation of color #469E9C: hue angle of 178.64º 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 #469E9C is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 156 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.38 |
| HSL | 178.64º | 0.39% | 0.45% | - |
| HSV(B) | 178.64º | 0.56% | 0.62% | - |
| XYZ | 20.75 | 28.16 | 35.79 | - |
| YUV | 131.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 156 | 0.56 | 0 | 0.01 | 0.38 | 178.64 | 0.39 | 0.45 |
| Hex | 46 | 9E | 9C | 38 | 0 | 1 | 26 | B3 | 27 | 2D |
| Octal | 106 | 236 | 234 | 70 | 0 | 1 | 46 | 263 | 47 | 55 |
| Binary | 1000110 | 10011110 | 10011100 | 111000 | 0 | 1 | 100110 | 10110011 | 100111 | 101101 |
Color Harmonies of #469E9C
Complementary color
Monochromatic Colors of #469E9C
Black with #469E9C
Text Example
Text Example
White with #469E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E9C; }
p { color: rgb(70,158,156); }
H1.HeaderClassName
{
color: #469E9C;
}
.AnyTagClassName
{
color: #469E9C;
}
</style>
background-color css
<style>
a { background-color: #469E9C; }
a { background-color: rgb(70,158,156); }
div.DivClassName
{
background-color: #469E9C;
}
.BgClassName
{
background-color: #469E9C;
}
</style>
border-color css
<style>
span { border-color: #469E9C; }
span { border-color: rgb(70,158,156); }
td.TdClassName
{
border-color: #469E9C;
}
.TagClassName
{
border-color: #469E9C;
}
</style>