Shades of Blue Chill #469392
Tints of Blue Chill #469392
RGB
CMYK
RGB Variations
Color information
#469392 (or 0x469392) is known color: Blue Chill. HEX triplet: 46, 93 and 92. RGB value is (70,147,146). Sum of RGB (Red+Green+Blue) = 70+147+146=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #469392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469392 is #B96C6D. Grayscale: #7B7B7B. Windows color (decimal): -12151918 or 9605958. OLE color: 9605958.
HSL color Cylindrical-coordinate representation of color #469392: hue angle of 179.22º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469392 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 146 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.42 |
| HSL | 179.22º | 0.35% | 0.43% | - |
| HSV(B) | 179.22º | 0.52% | 0.58% | - |
| XYZ | 18.15 | 24.24 | 30.92 | - |
| YUV | 123.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 146 | 0.52 | 0 | 0.01 | 0.42 | 179.22 | 0.35 | 0.43 |
| Hex | 46 | 93 | 92 | 34 | 0 | 1 | 2A | B3 | 23 | 2B |
| Octal | 106 | 223 | 222 | 64 | 0 | 1 | 52 | 263 | 43 | 53 |
| Binary | 1000110 | 10010011 | 10010010 | 110100 | 0 | 1 | 101010 | 10110011 | 100011 | 101011 |
Color Harmonies of #469392
Complementary color
Monochromatic Colors of #469392
Black with #469392
Text Example
Text Example
White with #469392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469392; }
p { color: rgb(70,147,146); }
H1.HeaderClassName
{
color: #469392;
}
.AnyTagClassName
{
color: #469392;
}
</style>
background-color css
<style>
a { background-color: #469392; }
a { background-color: rgb(70,147,146); }
div.DivClassName
{
background-color: #469392;
}
.BgClassName
{
background-color: #469392;
}
</style>
border-color css
<style>
span { border-color: #469392; }
span { border-color: rgb(70,147,146); }
td.TdClassName
{
border-color: #469392;
}
.TagClassName
{
border-color: #469392;
}
</style>