Shades of Blue Chill #468F8B
Tints of Blue Chill #468F8B
RGB
CMYK
RGB Variations
Color information
#468F8B (or 0x468F8B) is known color: Blue Chill. HEX triplet: 46, 8F and 8B. RGB value is (70,143,139). Sum of RGB (Red+Green+Blue) = 70+143+139=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #468F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F8B is #B97074. Grayscale: #787878. Windows color (decimal): -12152949 or 9146182. OLE color: 9146182.
HSL color Cylindrical-coordinate representation of color #468F8B: hue angle of 176.71º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F8B is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 139 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.44 |
| HSL | 176.71º | 0.34% | 0.42% | - |
| HSV(B) | 176.71º | 0.51% | 0.56% | - |
| XYZ | 17.01 | 22.81 | 27.93 | - |
| YUV | 120.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 139 | 0.51 | 0 | 0.03 | 0.44 | 176.71 | 0.34 | 0.42 |
| Hex | 46 | 8F | 8B | 33 | 0 | 3 | 2C | B1 | 22 | 2A |
| Octal | 106 | 217 | 213 | 63 | 0 | 3 | 54 | 261 | 42 | 52 |
| Binary | 1000110 | 10001111 | 10001011 | 110011 | 0 | 11 | 101100 | 10110001 | 100010 | 101010 |
Color Harmonies of #468F8B
Complementary color
Monochromatic Colors of #468F8B
Black with #468F8B
Text Example
Text Example
White with #468F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F8B; }
p { color: rgb(70,143,139); }
H1.HeaderClassName
{
color: #468F8B;
}
.AnyTagClassName
{
color: #468F8B;
}
</style>
background-color css
<style>
a { background-color: #468F8B; }
a { background-color: rgb(70,143,139); }
div.DivClassName
{
background-color: #468F8B;
}
.BgClassName
{
background-color: #468F8B;
}
</style>
border-color css
<style>
span { border-color: #468F8B; }
span { border-color: rgb(70,143,139); }
td.TdClassName
{
border-color: #468F8B;
}
.TagClassName
{
border-color: #468F8B;
}
</style>