Shades of Blue Chill #469B9C
Tints of Blue Chill #469B9C
RGB
CMYK
RGB Variations
Color information
#469B9C (or 0x469B9C) is known color: Blue Chill. HEX triplet: 46, 9B and 9C. RGB value is (70,155,156). Sum of RGB (Red+Green+Blue) = 70+155+156=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #469B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B9C is #B96463. Grayscale: #818181. Windows color (decimal): -12149860 or 10263366. OLE color: 10263366.
HSL color Cylindrical-coordinate representation of color #469B9C: hue angle of 180.7º 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 #469B9C is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 156 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.39 |
| HSL | 180.7º | 0.38% | 0.44% | - |
| HSV(B) | 180.7º | 0.55% | 0.61% | - |
| XYZ | 20.25 | 27.15 | 35.62 | - |
| YUV | 129.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 156 | 0.55 | 0.01 | 0 | 0.39 | 180.7 | 0.38 | 0.44 |
| Hex | 46 | 9B | 9C | 37 | 1 | 0 | 27 | B5 | 26 | 2C |
| Octal | 106 | 233 | 234 | 67 | 1 | 0 | 47 | 265 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10011100 | 110111 | 1 | 0 | 100111 | 10110101 | 100110 | 101100 |
Color Harmonies of #469B9C
Complementary color
Monochromatic Colors of #469B9C
Black with #469B9C
Text Example
Text Example
White with #469B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B9C; }
p { color: rgb(70,155,156); }
H1.HeaderClassName
{
color: #469B9C;
}
.AnyTagClassName
{
color: #469B9C;
}
</style>
background-color css
<style>
a { background-color: #469B9C; }
a { background-color: rgb(70,155,156); }
div.DivClassName
{
background-color: #469B9C;
}
.BgClassName
{
background-color: #469B9C;
}
</style>
border-color css
<style>
span { border-color: #469B9C; }
span { border-color: rgb(70,155,156); }
td.TdClassName
{
border-color: #469B9C;
}
.TagClassName
{
border-color: #469B9C;
}
</style>