Shades of Lochinvar #468B7D
Tints of Lochinvar #468B7D
RGB
CMYK
RGB Variations
Color information
#468B7D (or 0x468B7D) is known color: Lochinvar. HEX triplet: 46, 8B and 7D. RGB value is (70,139,125). Sum of RGB (Red+Green+Blue) = 70+139+125=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #468B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B7D is #B97482. Grayscale: #747474. Windows color (decimal): -12153987 or 8227654. OLE color: 8227654.
HSL color Cylindrical-coordinate representation of color #468B7D: hue angle of 167.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B7D is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 125 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.45 |
| HSL | 167.83º | 0.33% | 0.41% | - |
| HSV(B) | 167.83º | 0.5% | 0.55% | - |
| XYZ | 15.46 | 21.25 | 22.69 | - |
| YUV | 116.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 125 | 0.50 | 0 | 0.10 | 0.45 | 167.83 | 0.33 | 0.41 |
| Hex | 46 | 8B | 7D | 32 | 0 | A | 2D | A8 | 21 | 29 |
| Octal | 106 | 213 | 175 | 62 | 0 | 12 | 55 | 250 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1111101 | 110010 | 0 | 1010 | 101101 | 10101000 | 100001 | 101001 |
Color Harmonies of #468B7D
Complementary color
Monochromatic Colors of #468B7D
Black with #468B7D
Text Example
Text Example
White with #468B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B7D; }
p { color: rgb(70,139,125); }
H1.HeaderClassName
{
color: #468B7D;
}
.AnyTagClassName
{
color: #468B7D;
}
</style>
background-color css
<style>
a { background-color: #468B7D; }
a { background-color: rgb(70,139,125); }
div.DivClassName
{
background-color: #468B7D;
}
.BgClassName
{
background-color: #468B7D;
}
</style>
border-color css
<style>
span { border-color: #468B7D; }
span { border-color: rgb(70,139,125); }
td.TdClassName
{
border-color: #468B7D;
}
.TagClassName
{
border-color: #468B7D;
}
</style>