Shades of Lochinvar #439488
Tints of Lochinvar #439488
RGB
CMYK
RGB Variations
Color information
#439488 (or 0x439488) is known color: Lochinvar. HEX triplet: 43, 94 and 88. RGB value is (67,148,136). Sum of RGB (Red+Green+Blue) = 67+148+136=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #439488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439488 is #BC6B77. Grayscale: #7A7A7A. Windows color (decimal): -12348280 or 8950851. OLE color: 8950851.
HSL color Cylindrical-coordinate representation of color #439488: hue angle of 171.11º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #439488 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 136 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.42 |
| HSL | 171.11º | 0.38% | 0.42% | - |
| HSV(B) | 171.11º | 0.55% | 0.58% | - |
| XYZ | 17.35 | 24.15 | 27.04 | - |
| YUV | 122.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 136 | 0.55 | 0 | 0.08 | 0.42 | 171.11 | 0.38 | 0.42 |
| Hex | 43 | 94 | 88 | 37 | 0 | 8 | 2A | AB | 26 | 2A |
| Octal | 103 | 224 | 210 | 67 | 0 | 10 | 52 | 253 | 46 | 52 |
| Binary | 1000011 | 10010100 | 10001000 | 110111 | 0 | 1000 | 101010 | 10101011 | 100110 | 101010 |
Color Harmonies of #439488
Complementary color
Monochromatic Colors of #439488
Black with #439488
Text Example
Text Example
White with #439488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439488; }
p { color: rgb(67,148,136); }
H1.HeaderClassName
{
color: #439488;
}
.AnyTagClassName
{
color: #439488;
}
</style>
background-color css
<style>
a { background-color: #439488; }
a { background-color: rgb(67,148,136); }
div.DivClassName
{
background-color: #439488;
}
.BgClassName
{
background-color: #439488;
}
</style>
border-color css
<style>
span { border-color: #439488; }
span { border-color: rgb(67,148,136); }
td.TdClassName
{
border-color: #439488;
}
.TagClassName
{
border-color: #439488;
}
</style>