Shades of Blue Chill #469B95
Tints of Blue Chill #469B95
RGB
CMYK
RGB Variations
Color information
#469B95 (or 0x469B95) is known color: Blue Chill. HEX triplet: 46, 9B and 95. RGB value is (70,155,149). Sum of RGB (Red+Green+Blue) = 70+155+149=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #469B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B95 is #B9646A. Grayscale: #808080. Windows color (decimal): -12149867 or 9804614. OLE color: 9804614.
HSL color Cylindrical-coordinate representation of color #469B95: hue angle of 175.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B95 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 149 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.39 |
| HSL | 175.76º | 0.38% | 0.44% | - |
| HSV(B) | 175.76º | 0.55% | 0.61% | - |
| XYZ | 19.67 | 26.91 | 32.59 | - |
| YUV | 128.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 149 | 0.55 | 0 | 0.04 | 0.39 | 175.76 | 0.38 | 0.44 |
| Hex | 46 | 9B | 95 | 37 | 0 | 4 | 27 | B0 | 26 | 2C |
| Octal | 106 | 233 | 225 | 67 | 0 | 4 | 47 | 260 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10010101 | 110111 | 0 | 100 | 100111 | 10110000 | 100110 | 101100 |
Color Harmonies of #469B95
Complementary color
Monochromatic Colors of #469B95
Black with #469B95
Text Example
Text Example
White with #469B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B95; }
p { color: rgb(70,155,149); }
H1.HeaderClassName
{
color: #469B95;
}
.AnyTagClassName
{
color: #469B95;
}
</style>
background-color css
<style>
a { background-color: #469B95; }
a { background-color: rgb(70,155,149); }
div.DivClassName
{
background-color: #469B95;
}
.BgClassName
{
background-color: #469B95;
}
</style>
border-color css
<style>
span { border-color: #469B95; }
span { border-color: rgb(70,155,149); }
td.TdClassName
{
border-color: #469B95;
}
.TagClassName
{
border-color: #469B95;
}
</style>