Shades of Blue Chill #469D9B
Tints of Blue Chill #469D9B
RGB
CMYK
RGB Variations
Color information
#469D9B (or 0x469D9B) is known color: Blue Chill. HEX triplet: 46, 9D and 9B. RGB value is (70,157,155). Sum of RGB (Red+Green+Blue) = 70+157+155=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #469D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D9B is #B96264. Grayscale: #828282. Windows color (decimal): -12149349 or 10198342. OLE color: 10198342.
HSL color Cylindrical-coordinate representation of color #469D9B: hue angle of 178.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D9B is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 155 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.38 |
| HSL | 178.62º | 0.38% | 0.45% | - |
| HSV(B) | 178.62º | 0.55% | 0.62% | - |
| XYZ | 20.5 | 27.78 | 35.29 | - |
| YUV | 130.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 155 | 0.55 | 0 | 0.01 | 0.38 | 178.62 | 0.38 | 0.45 |
| Hex | 46 | 9D | 9B | 37 | 0 | 1 | 26 | B3 | 26 | 2D |
| Octal | 106 | 235 | 233 | 67 | 0 | 1 | 46 | 263 | 46 | 55 |
| Binary | 1000110 | 10011101 | 10011011 | 110111 | 0 | 1 | 100110 | 10110011 | 100110 | 101101 |
Color Harmonies of #469D9B
Complementary color
Monochromatic Colors of #469D9B
Black with #469D9B
Text Example
Text Example
White with #469D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D9B; }
p { color: rgb(70,157,155); }
H1.HeaderClassName
{
color: #469D9B;
}
.AnyTagClassName
{
color: #469D9B;
}
</style>
background-color css
<style>
a { background-color: #469D9B; }
a { background-color: rgb(70,157,155); }
div.DivClassName
{
background-color: #469D9B;
}
.BgClassName
{
background-color: #469D9B;
}
</style>
border-color css
<style>
span { border-color: #469D9B; }
span { border-color: rgb(70,157,155); }
td.TdClassName
{
border-color: #469D9B;
}
.TagClassName
{
border-color: #469D9B;
}
</style>