#468f7e

Color #468F7E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #468F7E

Tints of Lochinvar #468F7E

Color information

#468F7E (or 0x468F7E) is unknown color: approx Lochinvar. HEX triplet: 46, 8F and 7E. RGB value is (70,143,126). Sum of RGB (Red+Green+Blue) = 70+143+126=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #468F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F7E is #B97081. Grayscale: #777777. Windows color (decimal): -12152962 or 8294214. OLE color: 8294214.

HSL color Cylindrical-coordinate representation of color #468F7E: hue angle of 166.03º 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 #468F7E is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB70143126-
CMYK0.5100.120.44
HSL166.03º34.27%41.76%-
HSV(B)166.03º51.05%56.08%-
XYZ16.1122.4523.22-
YUV119.23131.8292.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=20.65%
G=42.18%
B=37.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431260.5100.120.44166.0334.2741.76
Hex468F7E330C2Ca6222a
Octal10621717663014542464252
Binary10001101000111111111101100110110010110010100110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468f7e; }

 p { color: rgb(70,143,126); }

 H1.HeaderClassName
 {
   color: #468f7e;
 }
 .AnyTagClassName
 {
   color: #468f7e;
 }
</style>
background-color css

<style>
 a { background-color: #468f7e; }

 a { background-color: rgb(70,143,126); }

 div.DivClassName
 {
   background-color: #468f7e;
 }
 .BgClassName
 {
   background-color: #468f7e;
 }
</style>
border-color css

<style>
 span { border-color: #468f7e; }

 span { border-color: rgb(70,143,126); }

 td.TdClassName
 {
   border-color: #468f7e;
 }
 .TagClassName
 {
   border-color: #468f7e;
 }
</style>