Shades of Blue Chill #468B91
Tints of Blue Chill #468B91
RGB
CMYK
RGB Variations
Color information
#468B91 (or 0x468B91) is known color: Blue Chill. HEX triplet: 46, 8B and 91. RGB value is (70,139,145). Sum of RGB (Red+Green+Blue) = 70+139+145=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #468B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B91 is #B9746E. Grayscale: #767676. Windows color (decimal): -12153967 or 9538374. OLE color: 9538374.
HSL color Cylindrical-coordinate representation of color #468B91: hue angle of 184.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468B91 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 139 | 145 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.43 |
| HSL | 184.8º | 0.35% | 0.42% | - |
| HSV(B) | 184.8º | 0.52% | 0.57% | - |
| XYZ | 16.87 | 21.81 | 30.11 | - |
| YUV | 119.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 145 | 0.52 | 0.04 | 0 | 0.43 | 184.8 | 0.35 | 0.42 |
| Hex | 46 | 8B | 91 | 34 | 4 | 0 | 2B | B9 | 23 | 2A |
| Octal | 106 | 213 | 221 | 64 | 4 | 0 | 53 | 271 | 43 | 52 |
| Binary | 1000110 | 10001011 | 10010001 | 110100 | 100 | 0 | 101011 | 10111001 | 100011 | 101010 |
Color Harmonies of #468B91
Complementary color
Monochromatic Colors of #468B91
Black with #468B91
Text Example
Text Example
White with #468B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B91; }
p { color: rgb(70,139,145); }
H1.HeaderClassName
{
color: #468B91;
}
.AnyTagClassName
{
color: #468B91;
}
</style>
background-color css
<style>
a { background-color: #468B91; }
a { background-color: rgb(70,139,145); }
div.DivClassName
{
background-color: #468B91;
}
.BgClassName
{
background-color: #468B91;
}
</style>
border-color css
<style>
span { border-color: #468B91; }
span { border-color: rgb(70,139,145); }
td.TdClassName
{
border-color: #468B91;
}
.TagClassName
{
border-color: #468B91;
}
</style>